Grails 开发:eclipse 与 intellij idea
我下载了 sts 并安装了 grails/groovy 插件,这很好,但我无法使用 JavaScript 功能,例如在 JavaScript 编辑器中跳转类和函数。
当我单击 command
和函数名称时,我会看到一个对话框,显示“您必须将其设为 JavaScript 项目等”。 :( :(
我认为 intellij
在这方面要好得多,但是它占用了我所有的 cpu 使用率,这真的很难过 :( 所以我需要切换到 eclipse...
我的问题是:为什么可以'当我的项目是“grails 项目”时,我使用 eclipse 中的 JavaScript 编辑器插件吗?
I downloaded sts and installed the grails/groovy plugins which is fine, but I can not use the JavaScript functionality like jumping through classes and functions in the JavaScript editor.
When I click command
and on the functions name, I get a dialog saying "you have to make this a JavaScript project etc." :( :(
intellij
is much better at this I think, but it takes all my cpu usage which is really sad :( so I need to switch to eclipse...
My question is: Why can't I use the JavaScript editor plugin from eclipse when my project is a "grails project"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse 的 JavaScript 编辑器是 Eclipse Web Tools Project (WTP) 的一部分。因此,它是随 SpringSource Tools Suite (STS) 一起提供的。
然而,在 Grails 项目创建向导创建的新 STS Grails 项目中,默认情况下不启用 JavaScript 项目方面。
要启用它,
之后,
标记
Eclipse's JavaScript editor is part of the Eclipse Web Tools Project (WTP). Thus, it's shipped with SpringSource Tools Suite (STS).
In new STS Grails projects as created by the Grails project creation wizard, however, the JavaScript project facet is not enabled by default.
To enable it,
After that,
<script>
tags