JetBrains Strengthens WebStorm
Written by Kay Ewbank   
Tuesday, 12 July 2016

There's a new version of WebStorm, the JavaScript web development IDE from JetBrains. WebStorm 2016.2 adds support for forthcoming TypeScript 2.0 features. React support has also been improved, as has integration with Angular CLI.

 

wslogo

The support for TypeScript means you can use optional class members. Support has also been added for the readonly property, never type, and this function type. You can declare global module export, resolve for type declarations in @types folder, and use path mappings based module resolution.

The improvements to React support provide code completion and resolve for component properties defined using propTypes. Another improvement means that non-DOM attributes are no longer marked as unresolved, and component lifecycle methods are no longer marked as unused.

Developers using Angular CLI will also find better integration, meaning you can now create new Angular 2 projects from the IDE Welcome screen. There are also a collection of Angular 2 Live templates that provide frequently used code snippets for use in the IDE.

 

webstorm

 

The developers have also added features to help you upgrade your code to ECMAScript 6. If you press Alt+Enter on a callback function, the new Convert to arrow function intention will convert it to an arrow function, or will convert an arrow function to a shorthand arrow function.

The IDE has been improved in general to add support for fonts with ligatures such as Fire Code, Monoid or Haskig. You'll also find improvements when working with VCS patches. If you copy the patch to the clipboard then go to WebStorm, the IDE will immediately ask if you want to apply it. As an alternative, you can simply drag the patch file into the IDE.

 wslogo

More Information

What's New In WebStorm

WebStorm Download

Related Articles

WebStorm 10 Released 

WebStorm 6.0 Released 

 

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

 

Banner


Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]



Rust Twice As Productive As C++
03/04/2024

Google director of engineering, Lars Bergstrom, gave a talk at the recent Rust Nation UK conference and claimed that Rust was twice as productive as C++. Given how good Google is at C++, this is quite [ ... ]


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Thursday, 14 July 2016 )