Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 926
frameworksnow Avatar asked Mar 08 '14 18:03

frameworksnow


People also ask

What is the IDE for AngularJS?

The best angular IDE & Tools are: Angular IDE. Webstorm. Visual Studio Code.

Does JavaScript have an IDE?

JavaScript has a number of IDEs that are great, but were cut for space from this list. Sublime Text 3 is a sophisticated text editor with great features for code, markup, and prose. The NetBeans IDE makes it easy to quickly develop applications for the desktop, mobile, and web with a bunch of languages.


2 Answers

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.

like image 163
madhured Avatar answered Sep 19 '22 09:09

madhured


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

like image 32
Paul Verest Avatar answered Sep 21 '22 09:09

Paul Verest