Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configuring angularjs with eclipse IDE

I want to start using AngularJs and Java Spring for development purpose.I am using Eclipse as IDE . I want to configure my Eclipse to have these frameworks working seamlessly.

I know I may be asking too much,but trust me I have done much research on my part and you guys are my last resort.Any help would be much appreciated.

like image 731
Vikash Avatar asked Aug 24 '13 17:08

Vikash


People also ask

Can we use Eclipse for AngularJS?

AngularJS Eclipse Plugin extends Eclipse WTP to provides an HTML editor which supports AngularJS expression and directive. It provides an Angular Explorer view which displays modules, controllers of your project in a tree. It also provides a Javascript editor which supports AngularJS features (modules, etc).

How do I run AngularJS in Eclipse?

The first step is to create a new Angular project, for that select->file->new->project-> Angular project and click -> Next, and select the Angular CLI to version 8.3. 12 and select -> next. The Eclipse IDE will automatically execute the necessary process in order to create an Angular project, so click -> finish.

Is Eclipse good for Angular?

Angular IDE is developed especially for the Angular framework. It is accessible as a stand-alone plugin as well as with an Eclipse plugin. This is the best free (integrated development environment) IDE as it is simple for beginners to learn and gives more power to Angular experts.

Which IDE should I use for Angular?

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


1 Answers

You'd first wanna make sure you have the JSDT installed.

Next thing is to install some dedicated tools for the job, so check out AngularJS Eclipse Tools. The AngularJS Eclipse Templates might be of help, too, and here's a visual guide written for it to get you started.

Also see the AngularJS Eclipse getting started page.


Since this answer had been posted, the AngularJS Eclipse plugin was released, as other answers stated. You might wanna check it out first.

like image 182
Eliran Malka Avatar answered Sep 21 '22 02:09

Eliran Malka