JSP 文件中的 Javascript 语法检查不起作用
我使用 eclipse 3.5 和 WTP 3.0 来开发使用 JSP 和 Javascript 等的 Web 应用程序。有时我需要将 Javascript 代码直接嵌入到 JSP 文件中,例如。使用资源包消息中的字符串。我的问题是,我找不到在 JSP 文件中打开 Javascript 语法检查的方法。有人可以帮我解决这个问题吗?
谢谢!
I'm using eclipse 3.5 with WTP 3.0 to develop a web app using JSP and Javascript etc. Sometimes I need to embed Javascript code directly into a JSP file eg. to use a string out of the resource bundle message. My problem is, that I can not find a way to turn on Javascript syntax checking within a JSP file. Can somebody help me with this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 JSDT wiki 页面,发现 Javascript 编辑器的语法检查和其他功能似乎并未内置到 JSP 编辑器中。我也有同样的抱怨。
http://wiki.eclipse.org/JSDT
请注意,并非所有 Javascript 编辑器扩展点都受支持然而。我假设这些扩展是必要的,以便将您想要的 Javascript 编辑器功能集成到 JSP 编辑器中。
Looking at the JSDT wiki page, it appears that syntax checking and other features of the Javascript editor are not built into the JSP editor. I have the same complaint.
http://wiki.eclipse.org/JSDT
Note that not all the Javascript editor extension points are supported yet. I am assuming these extensions are necessary in order to integrate the Javascript editor features you want into the JSP editor.