Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugins of AngularJs for eclipse juno

I am working with angular js in my eclipse ide but i could not find good angularjs plugis for eclipse. I went through https://github.com/sbegaudeau/AngularJS-Eclipse-Tools and it was not giving me proper instructions to install the plugin. Is there any other plugins to work with angularjs in eclipse ide. I worked with jsdt also which is only suitable to javascript but not for angulrjs.

like image 607
majji Avatar asked Nov 19 '13 13:11

majji


People also ask

Does Eclipse support 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?

In Eclipse go to the menu: File->New->Project. Select "General->Project" and click on the next button. Right-click with the mouse on you're new project and click "Configure->Convert to AngularJS Project.." Enable you're project goodies and click on the "OK" button.

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.

Can Angular JS be used with Java?

One way is to build Angular with Java. In the development phase, we can run Angular and Java on separate ports. The interaction between these two happens with proxying all the calls to API. In the production phase, you can build the Angular app and put all the assets in the dist folder and load it with the java code.


2 Answers

Or maybe you could use this plugin : https://github.com/angelozerr/angularjs-eclipse

like image 96
cyril_lakech Avatar answered Sep 28 '22 11:09

cyril_lakech


Well, unfortunately not much has changed since these questions - so I don't want to repeat what is written there but just the advice to read it there (esp. the second one):

https://stackoverflow.com/questions/12989859/what-is-the-best-ide-for-angularjs

and

Configuring angularjs with eclipse IDE

Personally I would say: Use Webstorm/IDEA, it is so much better for HTML/CSS/JS-development in general :-)

like image 32
Yosh Avatar answered Sep 28 '22 11:09

Yosh