Early Access Program WebStorm

Web IDE EAP (build 94.149)

This build brings you advancements in PHP editor, PHPUnit support and remote host access, plus some fixes in JavaScript and search functionality. Complete details available in Web IDE issue tracker.

PHP

  • syntax checks for duplicate/forbidden class and interface method visibility/abstractness/static modifiers
  • syntax checks for duplicate goto labels
  • method/function separators
  • next/previous method/function navigation
  • formatting of HTML code within PHP files

PHPUnit

This EAP brings you an ability to execute PHPUnit tests right on your server. You just need to configure PHPUnit on server and set up deployment mappings to contain your tests location. When done, ‘PHPUnit on Server’ run configuration will upload the files, execute the tests and show the results in a few clicks! (Don’t forget to review your debug mappings if you’re going to debug the tests.)

Remote host access

One more feature is the remote permissions management. From now you may overwrite the default permissions assigned to the uploaded files and folders on server: just specify the overrides in ‘Settings | Remote Deployment | Options’ pane. Besides, you may change the permissions by hands: use ‘Change Permissions’ context menu action on a Remote Host view. When invoked for the folder, its contents is processed recursively.
Note: changing remote permissions may be not supported by your FTP/SFTP server.
And for the dessert: use Ctrl+Shift+C at Remote Host view to copy the selected path(s) to the clipboard.

Download Web IDE EAP build 94.149 for your platform from project EAP page.

-JetBrains Web IDE Team