Early Access Program WebStorm

Web IDE EAP (build 387)

Here is the first EAP build update for JetBrains Web IDE that includes the following changes.

General IDE Changes

  • Inspect Code‘ is moved under ‘Code‘ menu
  • Editor code inspection (including spellchecker) can be instantly changed from status bar “Inspections” dialog
  • Added support for multiple source folders and excluded folders (Project Settings -> Directories)

PHP Edition Changes

  • PHP Debugger additions: watches, evaluate expression, value tooltips, change variable value for primitive types
  • define() constants are now supported: autocompleted, searchable and renamable
  • @property declarations are now supported (no refactoring yet)
  • @param tags parsing improved to grok all diverse styles and [optional] marker
  • PHPDoc @links made clickable, documentation popups undergo some face-lifting
  • Type inspection correctly handles functions with optional params before required, mixed type params and different number notations (int/float/number)
  • Method call chains (...->method()->method()) now type-checked and completed properly
  • All __magic methods are now supported
  • Completion in method declaration name will suggest all superclass method names
  • Stubs for standard libraries updated

Download build 387 from Web IDE EAP page and check the full list of changes in our issue tracker. As always, we look forward to your feedback in Web IDE discussion forum.