从 IntelliJ 代码格式中排除页面中的部分

发布于 2024-09-10 19:12:10 字数 112 浏览 4 评论 0原文

有没有可能的方法让 IntelliJ 不格式化页面的一部分?

我正在使用 XHTML 和 Facelets,但这可以适用于任何页面。我也很好奇是否可以用代码来做到这一点。

谢谢。

Is there any possible way to have IntelliJ -not- format part of a page?

I'm using XHTML and facelets but this could apply to any page. I'm also curious if it's possible to do that in code.

Thanks.

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

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

发布评论

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

评论(2

疑心病 2024-09-17 19:12:10

从 IDEA 13 开始,可以使用

@formatter:off 

抑制格式并重新激活

 @formatter:on 

内部注释

。但您需要先在“设置”->“设置”中启用该功能。代码风格->一般->格式化控制

Since IDEA 13 it is possible to suppress formatting with

@formatter:off 

and reactivate with

 @formatter:on 

inside comments.

But you need to enable that first in Settings -> Code Style -> General -> Formatter Control

执着的年纪 2024-09-17 19:12:10

显然这在 IntelliJ 9 中是不可能的。

Apparently this is not possible with IntelliJ 9.

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