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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 22:53:27  来源:igfitidea点击:

Plugins of AngularJs for eclipse juno

javajavascripteclipseangularjs

提问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

使用 Eclipse IDE 配置 angularjs

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,

    Install AngularJS Eclipse

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

    Convert Angularjs Project

  • 使用来自Eclipse Marketplace 的AngularJS Eclipse 0.5.0插件,

    安装 AngularJS Eclipse

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

    转换 Angularjs 项目

Now you can see the Angularjs tags in Eclipse Editor.

现在您可以在 Eclipse 编辑器中看到 Angularjs 标签。

AngularJS Tags are available.

AngularJS 标签可用.