majji
majji

Reputation: 169

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.

Upvotes: 5

Views: 17002

Answers (3)

Chandra Sekhar
Chandra Sekhar

Reputation: 16516

  • Use AngularJS Eclipse 0.5.0 plug-in from Eclipse Marketplace,

    Install AngularJS Eclipse

  • Then Right Click on your Project --> Configure --> Convert to Angularjs Project

    Convert Angularjs Project

Now you can see the Angularjs tags in Eclipse Editor.

AngularJS Tags are available.

Upvotes: 1

cyril_lakech
cyril_lakech

Reputation: 313

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

Upvotes: 6

Yosh
Yosh

Reputation: 382

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 :-)

Upvotes: 1

Related Questions