最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

java - Plugins of AngularJs for eclipse juno - Stack Overflow

matteradmin2PV0评论

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
Add a ment  | 

3 Answers 3

Reset to default 6

Or 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.

.

Post a comment

comment list (0)

  1. No comments so far