0

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).

6
  • Not an actual answer to your question... But why don't your try Visual Studio Code? Once I tried it, I loved it ;) Really easy, just download and use! Commented Jun 4, 2016 at 7:22
  • I'm using Eclipse for back end and all other development, so I'd prefer to stick with it. Have used Visual Studio in the distant past so not opposed to it in principle, but would only complicate my current stack with it as a last resort. Commented Jun 4, 2016 at 13:49
  • Completely rewrote the original question -- my compile errors were due to wrong version of TypeScript. Commented Jun 4, 2016 at 15:00
  • I am using WebStorm from 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. Commented Jun 6, 2016 at 7:38
  • 1
    @Peter I'm working on Angular2 Eclipse github.com/angelozerr/angular2-eclipse which is based on github.com/angelozerr/typescript.java/wiki/Getting-Started You can choose version of typescript github.com/angelozerr/typescript.java/wiki/… that you can install with "npm install typescript" Commented Jun 7, 2016 at 5:58

1 Answer 1

1

Disclaimer, I'm the author of Angular2 Eclipse

I suggest you try Angular2 Eclipse:

Angular2 Eclipse requires Eclipse JEE Neon installation.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.