Tag Archives: PhpStorm

New in 4.0: Support of PHP 5.4 Built-in Web Server

As of PHP 5.4.0, the CLI SAPI provides a built-in web server which is intended for development purposes only. We are glad to announce that since PhpStorm 4.0 you can control a web server instance directly from the IDE.

Posted in Announcement | Tagged , , | 5 Comments

New in 4.0: Drupal coding style support

PhpStorm 4.0 contains a bundled predefined coding style for the popular Drupal content management platform. Currently just reformatting your code in PhpStorm removes 99% of errors reported by Drupal coder-review and makes your code fit to Drupal coding standards.

Posted in Feature | Tagged , , | 13 Comments

PhpStorm & WebStorm 4.0 EAP 116.101

This week’s EAP brings you important bug fixes and improvements in all areas, with following changes most notable: PHP 5.4 is now fully supported – this build will recognize trait use section’s method renames and conflict resolution rules and infer $this type in … Continue reading

Posted in Announcement | Tagged , , , , , , , , | 3 Comments

New in 4.0: Custom code folding regions

This long-awaited feature gives you a possibility to define your own code-folding regions with special line comments.

Posted in Announcement, Feature | Tagged , , , , | 13 Comments

New in 4.0: JavaScript.next syntax support

As you may know, there are different versions of the JavaScript language. Each JavaScript engine implementation adds some nice features that others don’t have. To make sure that you only use features suitable for targeted environments, choose an appropriate one … Continue reading

Posted in Feature | Tagged , , , , , | 3 Comments

PhpStorm & WebStorm 4.0 EAP 114.282

This week’s EAP brings you a pack of important bug fixes and improvements in all areas, along with several of new features: Subversion 1.7 support is now officially complete PHP 5.4 all new syntax features are now supported: class member … Continue reading

Posted in Announcement | Tagged , , , , , , , | 7 Comments

PhpStorm & WebStorm 3.0.3

An update containing important fixes and improvements is available for all users. See build changelog for highlighs. Do not hesitate to download PhpStorm & WebStorm for your platform. Patch-update from 3.0.2 is available. Downloadable plugins will be updated soon. Develop with pleasure! -JetBrains … Continue reading

Posted in Announcement | Tagged , , , | 15 Comments

New in 4.0: Code Coverage for PHPUnit

We continue developing integration with tools essential for each developer who cares about the quality of his code. This time we want to introduce you Code Coverage for PHPUnit.

Posted in Announcement | Tagged , , , | 20 Comments

PhpStorm & WebStorm 4.0 Early Access Program started

We are happy to announce first public builds of PhpStorm & WebStorm 4.0! There’s a lots of changes, totaling to hundreds of tracker votes, but here is the list of visible features already available to focus on: IntelliJ Platform 11.1 with lot of … Continue reading

Posted in Announcement | Tagged , , , , , , , , | 62 Comments

New in 3.0: More ‘Surround With’ actions for PHP

There are new ‘Surround With’ actions introduced in PhpStorm 3.0

Posted in Feature | Tagged , , | 12 Comments