JSP 文件中的 Javascript 语法检查不起作用

发布于 2024-09-06 16:00:19 字数 185 浏览 4 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走过海棠暮 2024-09-13 16:00:19

查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文