Tag Archives: JavaScript

JavaScript unit testing support

If you’re a JavaScript developer, you probably know that the quality and correctness of your application are crucial. Well, consistency and regression testing just got a little less painful. Meet JsTestDriver plugin – an open-source project that was originally started at … Continue reading

Posted in Feature, Tutorial | Tagged , , , , , , , , | 11 Comments

Search for code duplicates in WebStorm/PhpStorm

We’re glad to announce a new code analysis feature that is available in the most recent PhpStorm EAP— Locate Duplicates. This feature lets you quickly find duplicate code fragments and then fix them, therefore reducing the size of your code … Continue reading

Posted in Announcement, Feature | Tagged , , , , , | 7 Comments

CoffeeScript support in 3.0

If you like the mixture of JavaScript and coffee and have jumped on the boat of CoffeeScript adopters, then this piece of news is for you. First EAP of PhpStorm & WebStorm 3.0 bundles new and improved version of CoffeeScript … Continue reading

Posted in Feature | Tagged , , , , | 4 Comments

Debugging JavaScript in Google Chrome

Both WebStorm 2.0 and PhpStorm 2.0 allow you to debug JavaScript code while running it in Mozilla Firefox (including Firefox 4). In WebStorm 2.1 and PhpStorm 2.1, which are currently in early production access, you can also choose to debug … Continue reading

Posted in Feature | Tagged , , , | 22 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

Posted in Feature | Tagged , | 17 Comments

“use strict” from EcmaScript 5 is supported in WebStorm / PhpStorm!

Recently JavaScript specification was incrementally advanced with: a) common coding pitfalls prevention mode (aka “strict mode“) and b) nice (yet de-facto already used) existing library additions. With several browsers around the corner completely supporting new-but-backward-compatible standard we are HAPPY to … Continue reading

Posted in Uncategorized | Tagged , , , , | 14 Comments

Working with JavaScript Libraries in PhpStorm & WebStorm

Those of us who work a lot with JavaScript often face a small issue with Autocompletion which turns to be not a small issue but a big mess. By default, completion works for all JavaScript files located under your project … Continue reading

Posted in Feature | Tagged , , , | 9 Comments

Improvement of HTML5 support in PhpStorm & WebStorm

Recently, we’ve added a number of new features that simplify HTML5 development. Here’s a short list of their highlights: Support of HTML custom data attributes. The attributes with names that begin with data- can be used to store some custom … Continue reading

Posted in Feature | Tagged , , , , , | 6 Comments

Enjoy HTML5 excitement with PhpStorm & WebStorm

Lately we have been seeing a lot of excitement circulating on various blogs about HTML5 and it’s support in latest versions of all major browsers. We are constantly improving our IDE to support new standards. Now you can easily enjoy … Continue reading

Posted in Feature | Tagged , , , , , , | 17 Comments

Edit HTML inside JavaScript literals

It often happens that we need to edit HTML code inside JavaScript literals. And most of the time it is not something very pleasant, but not within Web IDE! Here is a simple string… But once we add ‘<’ inside … Continue reading

Posted in Feature | Tagged , , , , | Leave a comment