frameworksnow
frameworksnow

Reputation: 977

IDE for AngularJS development with debugging, code complete and profiling capabilities?

What IDE would you recommend for AngularJS, or even JavaScript development in general that has similar features like Eclipse for Java based development?

I have done some research on google, but the discussions are mostly outdated and wanted to check in SO to get a more relevant recommendation.

Any help or tips would be really appreciated. Thank you.

Upvotes: 5

Views: 2869

Answers (2)

Paul Verest
Paul Verest

Reputation: 63972

You can continue to use Eclipse and install angularjs-eclipse, see https://github.com/angelozerr/angularjs-eclipse

I am co-author of Nodeclipse and Enide Studio, and we are working with Angelo (author of angularjs-eclipse) on including that plugin into Enide Studio. Also guys from JBoss expressed desire to include this plugin into JBoss Developer Studio, ref #28

Upvotes: 1

madhured
madhured

Reputation: 443

WebStorm is the best for Javascript, AngularJs and web development in general. You can create lot of user defined code helpers and can create controllers e.t.c easily with that.

Upvotes: 7

Related Questions