WebStorm V7 released
Released: Oct 3, 2013
Updates in this release
Updates in V7.0
- Support for EJS - EJS-specific syntax highlighting, typing assistance and formatting.
- Mustache - WebStorm now understands .mustache and .hbs files and provides formatting and syntax highlighting for Handlebars and Mustache templates.
- Stylesheets and JavaScript - WebStorm 7 comes with basic support for Stylus stylesheet language including code completion, formatting, syntax highlighting and automatic compilation to CSS.
- Compass - For a more complete experience with Sass, there is now support for Compass. It includes completion, resolving and finding usages for functions, mix-ins and variables from imported Compass files.
- Karma - For simple and efficient testing of your JavaScript code, WebStorm 7 includes integration with the Karma test runner and the Istanbul code coverage engine. Now you can run and debug your tests right inside the IDE and view results in a visual format.
- Built-in Tools - An integrated Node.js package manager npm to quick search for and install node programs.
- Major Improvements - Provides support for the latest version of TypeScript 0.9 including Generics and enums. Support for languages like CoffeeScript and Dart has been improved, and there is now a new structure view for LESS and Sass CSS extensions.
- Live Edit and Elements Tab - Completely redesigned to make it more coherent and predictable. Now available in JavaScript debug sessions. Page content automatically updated with your changes.
- Improved JavaScript Debugger - Inspect elements of the current web-page.
- REST Client - Built-in REST Client improved with added support for request history, import/export of XML files with REST Client Requests and compressed responses.