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


The WinterJS Javascript Runtime Is Asking For Your Attention
11/04/2024

WinterJS is a brand new Javascript runtime by Wasmer which comes with the claim that it's the fastest of them all. Let's find out if that holds true.



Quantum Computing Prize Awarded
05/04/2024

John Preskill, Professor of Theoretical Physics at the California Institute of Technology, is the eighth recipient of the John Stewart Bell Prize for Research on Fundamental Issues in Quantu [ ... ]


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Thursday, 14 July 2016 )