Which development environments for TypeScript support the right version of the language for developing with AngularJS 2, and are likely to keep up with new releases? My preferred IDE is Eclipse.
I was originally trying to use the TypEcs plugin in Eclipse (http://typecsdev.com/) but the latest version runs TypeScript 1.5.3 and abstract classes used by Angular weren't introduced until TypeScript 1.6 (https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript).
WebStormfrom JetBrains for my Angular 2 development - it does all the auto completion, code generation and linting for me. Used VSCode before that, but it was too simplistic for my needs.