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
Author Archives: rustam.vishnyakov
jQuery API documentation at your fingertips
There is a new feature in verison 2.1 of PhpStorm and WebStorm which allows to browse documentation for jQuery methods using the Ctrl+Q shortcut staying in off-line mode. Before you start using it you have to download the API documentation … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
13 Comments
Mark file as plain text to exclude it from code completion and navigation
Sometimes you may want to exclude just a single file from the project so that code completion and navigation would not work for it. Examples include minified (compressed) PHP/JavaScript files which duplicate the code in other non-compressed files. It is … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged configuration, PhpStorm, Project, WebStorm
10 Comments
External API Docs Support for Popular JavaScript Frameworks
JavaScript libraries introduced recently are very well accepted by you. And it is just the time to make one step further to ease your work with JavaScript. Now, in the recent 2.0 build, you can open a Web page with … Continue reading