如何在 Eclipse 中为 jsp/jsf/xhtml 页面设置自动缩进?
我正在将 Eclipse Helios 与 WTP 一起使用。 我希望 Eclipse 自动缩进 jsf 页面。 Eclipse 无法正确执行此操作,并且我没有找到任何可以配置我想要的内容的地方。
不良自动缩进的示例
<li><c:if test="${userSession.loggedUser eq null}">
也是
</h:outputLink></li>
我发现的唯一配置是在“首选项”->“ XML->编辑器,只有少数选项没有说在新行上分割新元素,尽管它具有无用的在新行上分割属性。
目前我是 jsf + richfaces,但是由于 jsp 是 Web 堆栈的顶部,所以存在这个问题。
I'm using Eclipse Helios with WTP.
I would like eclipse to auto-indent jsf pages. Eclipse fails to do that properly and I didn't find any place that I can configure what I want.
Examples of bad auto-indentation
<li><c:if test="${userSession.loggedUser eq null}">
also
</h:outputLink></li>
The only configuration I found is in Preferences -> XML -> Editor and there are only a handful of options none of which say split new elements on a new line although it has the useless split attributes on a new line.
Currently I'm jsf + richfaces, but this problem exists since jsp was the top of the web stack.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否还检查过 HTML 下的可用首选项?
Have you also checked the available preferences under HTML?