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


ACM Adopts Open Access Publishing Model
05/04/2024

ACM, the Association for Computing Machinery, the professional body for computer scientists, has relaunched Communications of the ACM, the organization’s flagship magazine, as a web-first  [ ... ]



JetBrains Launches IDE Services
09/04/2024

JetBrains has launched a new product suite for enterprises. JetBrains IDE Services is designed for use by large organizations with the aim of boosting developer productivity at scale.


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Friday, 03 April 2015 )