Java 用于 Eclipse juno 的 AngularJs 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20072341/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Plugins of AngularJs for eclipse juno
提问by majji
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-Toolsand 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.
我正在我的 eclipse ide 中使用 angular js,但我找不到适合 eclipse 的好的 angularjs 插件。我浏览了 https://github.com/sbegaudeau/AngularJS-Eclipse-Tools,但它没有给我安装插件的正确说明。在 eclipse ide 中是否有任何其他插件可以与 angularjs 一起使用。我也使用过 jsdt,它只适用于 javascript 而不适用于 angulrjs。
回答by Yosh
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
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 :-)
我个人会说:使用 Webstorm/IDEA,它对于 HTML/CSS/JS 开发来说要好得多:-)
回答by cyril_lakech
Or maybe you could use this plugin : https://github.com/angelozerr/angularjs-eclipse
或者你可以使用这个插件:https: //github.com/angelozerr/angularjs-eclipse
回答by Chandra Sekhar
Use AngularJS Eclipse 0.5.0plug-in from Eclipse Marketplace,
Then
Right Click on your Project --> Configure --> Convert to Angularjs Project
使用来自Eclipse Marketplace 的AngularJS Eclipse 0.5.0插件,
然后
Right Click on your Project --> Configure --> Convert to Angularjs Project
Now you can see the Angularjs tags in Eclipse Editor.
现在您可以在 Eclipse 编辑器中看到 Angularjs 标签。
.
.