如何在xml文档中启用jsp分区?

发布于 2024-10-06 19:04:40 字数 173 浏览 3 评论 0原文

我创建了编辑器,它扩展了 JSP 编辑器。我添加了自己的内容辅助,但是我希望能够打开 XML 文档,使用我的编辑器编辑它们,以及提供内容辅助最重要的是什么。问题是,在编辑 xml 时,我没有从 JSP 标记获得内容帮助。是否有可能在 xml 文档中启用 JSP 分区?因为我认为这会解决问题,当文本被正确分区时,我会得到正确的建议。

I have created editor, which extends JSP Editor. I have added my own content assist, however I would like to be able to open XML documents, edit them using my editor and what is the most important to have content assist available. The problem is that, while editing xml I do not get content assist from JSP tags. Is there any possibility to enable JSP partitioning in xml document? Because I think it would resolve the problem, when text is properly partitioned, I obtain proper proposals.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

北方的巷 2024-10-13 19:04:40

通常,安装了 WTP 插件的 eclipse 中的 JSP 编辑器会自动识别以下文件扩展名。

  • inc
  • jsp
  • jspx
  • jsv
  • jtpl

如果您要添加的文件不在列出的文件扩展名中,您可以将其添加到 eclipse 中的 contenttypes
[ 窗口 >首选项>一般>内容类型:在右侧窗格中展开 Text ,选择 JSP ,添加您尝试在 JSP 编辑器中打开的文件扩展名

Usually Following file extensions are automatically recognized by JSP Editor in eclipse with WTP plugin installed.

  • inc
  • jsp
  • jspx
  • jsv
  • jtpl

If the file you are adding is not in the listed file extesions you can add it to contenttypes in eclipse
[ Window > Preferences > General > Content Types : In right pane expand Text , Select JSP , add the file extension you are trying to open in JSP editor

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