WebStorm/PhpStorm links
Categories
Tags
Beta Commandline completion composer CSS database debug deployment documentation ecmascript5 editor ftp HTML html5 import inspection JavaScript LESS navigation Node.js offer PHP PhpStorm PHPUnit productivity Profiler Project RC refactoring Release SASS settings sftp smarty Symfony synchronisation TypeScript UI unit testing WebStorm WebStorm/PhpStorm links Xdebug youtrack zen-coding Zend Debugger-
Other JetBrains Blogs
Meta
Tag Archives: settings
New in 4.0: Easier JavaScript Library Scope Configuration
As you may know from the previous post about JavaScript libraries in PhpStorm & WebStorm, the main benefit of specifying JavaScript libraries in your project is to populate a completion list with only relevant members. We have reorganized the configuration … Continue reading
Posted in Cool Feature, PhpStorm, Tutorial, WebStorm
Tagged JavaScript, PhpStorm, refactoring, settings, WebStorm
5 Comments
Attaching the sources of Node.js core modules
When developing a Node.js application it can be convenient to have code completion, validation and debugging capabilities for Node core modules (fs, path, http, etc). Unfortunately, these modules are compiled into the binary. So you have to download the Node.js source … Continue reading
Storm of Web IDEs: PhpStorm & WebStorm (EAP build 94.335)
This EAP brings significant updates in many areas. Technical details are available in the bug tracker and the highlights are: New name. JetBrains Web IDE editions receive they own respective names: JetBrains WebStorm and JetBrains PhpStorm. The branding is not … Continue reading
Do not bother saving files anymore
I guess pressing Ctl+S every 20 seconds is not just my muscular habit. But once I started using IntelliJ IDEA and now Web IDE, this habit vanishes. Files you are editing in Web IDE are instantly saved to disk when … Continue reading