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: JavaScript
JavaScript Libraries Improvements in WebStorm 6
Every JavaScript project bigger than “Hello, World” one uses libraries, often many of them. That’s why handling libraries properly is so important for the IDE. Let’s look at how WebStorm 6 supports libraries and what have been changed since version … Continue reading
New JavaScript inspections and intentions
In WebStorm 5.0 we’ve introduced new JavaScript static checks and editor intentions to improve your coding experience. Besides checks produced by JSDoc annotations described in the previous post, some fresh inspections for JSON, jQuery selectors and other contexts have been added.
Posted in Cool Feature, PhpStorm, WebStorm
Tagged intentions, JavaScript, jQuery, JS, json, WebStorm
4 Comments
Validating JavaScript code with JSDoc types annotations
Today’s post is about a nice feature set (many of you have been using for a long time) and its recent improvements. I’m talking about static type checking when type of parameter or variable on the left side of assignment … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged completion, inspection, JavaScript, JS, WebStorm
11 Comments
Tips on jQuery development in WebStorm
Hi JavaScript devs! There’s no doubt that everyone is using one or another library to access/manipulate the DOM, and jQuery is currently the most popular one. And WebStorm has lots of small but really neat features to help you coding. … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged Dojo, DOM, JavaScript, jQuery, prototype.js
15 Comments
New in 5.0: Google Closure Compiler JSDoc annotations
Providing comments and annotations to your JavaScript code is a way to make it more definite and easier to read by other developers. It is especially important in large projects. Some static code analysis tools and verifiers take types and … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged completion, JavaScript, PhpStorm, productivity, WebStorm
19 Comments
Code Coverage for JavaScript Unit Testing
Measuring JavaScript code coverage naturally complements unit testing. It provides a clear picture of which parts of your code remain untested, and helps you focus additional tests on the uncovered code. From now on, users of JsTestDriver can measure code … Continue reading
Posted in Cool Feature, Tutorial, WebStorm
Tagged coverage, JavaScript, jstestdriver, productivity, unit testing, WebStorm
5 Comments
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
New in 4.0: Smarter ordering of JavaScript completion options
We are getting a lot of reports and ideas from you about the ordering of JavaScript completion options. So in WebStorm 4.0 and PhpStorm 4.0 we made small but important improvements. More relevant suggestions now appear at the top of … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged completion, editor, JavaScript, PhpStorm, productivity, WebStorm
3 Comments