WebStorm/PhpStorm links
Categories
Tags
3.0 Beta Commandline completion configuration console CSS database debug deployment documentation EAP ecmascript5 edit editor ftp HTML html5 inspection JavaScript LESS Node.js offer PHP PhpStorm pricing productivity Profiler Project RC refactoring Release settings sftp smarty Symfony UI UML unit testing WebStorm WebStorm/PhpStorm links Xdebug youtrack zen-coding Zend Debugger-
Other JetBrains Blogs
Meta
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 automated testing, jasmine, JavaScript, jstestdriver, productivity, qunit, test-driven development, ttd, unit testing
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
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
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
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
“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
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
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
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 completion, HTML, html5, JavaScript, PhpStorm, WebStorm, WebStorm/PhpStorm links
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