WebStorm 10 Released
Written by Alex Armstrong   
Friday, 03 April 2015

WebStorm, the JavaScript web development IDE from JetBrains has just been released in its 10th version with more language supports, faster performance and new features.

webstorm

 

JavaScript support has been completely reimplemented in WebStorm 10, so indexing, highlighting and code completion is now faster. Alongside enhanced ECMAScript 6 support it now has a built-inTypeScript compiler and supports TypeScripts latest language features including union types, let and const keywords. Looking to the future it also supports modules and decorators expected in TypeScript 1.5 and as part of ECMAScript 6 and respectively 7.

In this screencast Trisha Gee introduces the highlights of this release.

 

 

 

One noteworthy IDE improvement is its new “distraction-free” mode to help developers concentrate on their code. This removes all toolbars and menu bar, leaving visible only the text file under work.

 

webstorm2

 

The release also introduces a new editing feature - simultaneous HTML tag editing. When you change an opening tag you no longer have to remember to make the corresponding change to the closing tag as this is done automatically. 

Other updates include improved Grunt integration, project-wide Dart code analysis, and HiDPI support for Windows and Linux.

There are also new features in Spy-js, a tool for tracing, debugging and profiling JavaScript introduced in WebStorm 8. In this release it adds support for source maps to trace TypeScript, CoffeeScript or ECMAScript 6 code transpiled to JavaScript, allowing you to see the highlighted execution path and inspect object values right in the original file. It also adds application dependency diagrams that let you visualize and explore your application structure.

 

 

webstorm1

 

The diagrams show how project files are connected with function calls based on the runtime data. The new feature works both for client-side and Node.js apps.

Webstorm 10 has another new feature for  Node.js apps - V8 profiling which allows you to capture and analyze JavaScript engine CPU profiles and heap snapshots to help eliminate performance bottlenecks and fight memory issues. 

More Information

WebStorm 10 released

WebStorm

Download

Related Articles

WebStorm 6.0 Released 

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Exploring Generative AI In School
07/02/2025

Code.org, in collaboration with Amazon has announced the launch of a new curriculum to teach AI coding that teaches students how AI works, how to create with it, and the societal considerations and et [ ... ]



The Github Copilot Mega Thread
29/01/2025

Given the announcement of the free version of the GitHub Copilot, we take a more detailed look at recent developments.


More News

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 03 April 2015 )