I am working with angular js in my eclipse ide but i could not find good angularjs plugis for eclipse. I went through 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.
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./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.
Share Improve this question asked Nov 19, 2013 at 13:04 majjimajji 1692 gold badges4 silver badges19 bronze badges 1- Seems on the github they don't include the jar's for the plugin. Looks like you need to pull the project and build it yourself to install it. – Danny Commented Nov 19, 2013 at 13:32
3 Answers
Reset to default 6Or maybe you could use this plugin : https://github./angelozerr/angularjs-eclipse
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./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 :-)
Use AngularJS Eclipse 0.5.0 plug-in from Eclipse Marketplace,
Then
Right Click on your Project --> Configure --> Convert to Angularjs Project
Now you can see the Angularjs tags in Eclipse Editor.
.