Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an IDE with explicit support for AngularJS? [closed]

I've tried WebStorm but there only seems to be a basic JavaScript support there, like in any other web IDE I have tried. I'm looking for something that would allow me to click-through from HTML pages to Controllers etc.

If the answer is "no" to this question, is there any other JavaScript framework similar to Angular that would have something like an Eclipse plugin or any other kind of explicit support in some IDE?

like image 509
Borek Bernard Avatar asked Dec 02 '11 20:12

Borek Bernard


People also ask

Which IDE is used for AngularJS?

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

Is AngularJS no longer supported?

AngularJS support has officially ended as of January 2022.

Is Google ending support for Angular?

You may already know it, but by the end of December 2021, Google will no longer support AngularJS. If your applications use this framework, it's time to consider a quick code migration for your projects to Angular.

Is AngularJS still used in 2021?

In 2018, they announced that the major releases will be ceased after the release of AngularJS version 1.7. Currently it's under LONG TERM SUPPORT (LTS) period so, there will not be any kind of new major releases. The team of Angular JS totally focus on publishing patch releases, 1.7.


2 Answers

John Lindquist says he'll make a plugin for WebStorm: http://youtrack.jetbrains.com/issue/IDEA-84299

like image 59
kapsi Avatar answered Sep 17 '22 17:09

kapsi


Visual Studio 2012 by far is the best. This tutorial uses VS 2012 and was very helpful for me. There is also an Express version that is free.

The tutorial helps you get started from ground up without the need to rely on plugins.

Another great Angular JS project/tutorial using Visual Studio

like image 31
monkeyjumps Avatar answered Sep 19 '22 17:09

monkeyjumps