Search this blog
PhpStorm Links
Categories
-
Tags
2016 2018.3 annotated monthly best practices bugfix bug fix Commandline completion composer conference database debug debugging deployment Drupal eap editor event ftp inspection JavaScript Languages navigation news PHP PHP Annotated Monthly PhpStorm phpstorm 9 phpStorm 10 PhpStorm links PHPUnit plugins productivity RC refactoring release sftp Symfony Syntax highlighting unit testing update web webinar WebStorm XdebugOther JetBrains Blogs
Meta
Tag Archives: PHAR
Working with Phar packages in PhpStorm
PHP comes with the Phar extension bundled, which allows us to put entire libraries or applications into a single “phar” file. This makes it easier to distribute our code: it’s just one file! PhpStorm can work with Phar packages in … Continue reading
Loading PHPUnit from PHAR archive in PhpStorm 6
Since version 3.7 it is possible to load PHPUnit with all the required (as well as some optional) dependencies from a single PHAR file (see the official documentation for details). If you are stuck with PEAR dependency versions, it might … Continue reading
PhpStorm & WebStorm 5.0.2 released
We are rolling out set of very important fixes and performance improvements plus some new features: PHP debugging of PHAR-packed code (only Xdebug engine supports this) resolving, validation, rename and find usages for goto labels indenting code with “Tab” key … Continue reading
Posted in PhpStorm, Release Announcements, WebStorm
Tagged goto, PHAR, phpdoc, PhpStorm, WebStorm, Xdebug
28 Comments
PhpStorm & WebStorm 5.0 RC 121.150
This week’s build is a Release Candidate 1 for WebStorm 5.0.0. We’ll still have to address some problems for PhpStorm though. Details on improvements are available in the tracker. The last new features for 5.0 are: Jade language, PHAR (initial version). More … Continue reading
Posted in PhpStorm, Release Announcements, WebStorm
Tagged Jade, PHAR, PhpStorm, RC, WebStorm
18 Comments