阻止 IntelliJ 换行

发布于 2024-09-12 03:18:03 字数 173 浏览 3 评论 0原文

在 JIndent 格式化程序中,您可以添加“特殊”注释,以防止格式化程序处理一组行(//J-,//J+,如果我没记错的话)。

IntelliJ IDEA (9.0.3 CE) 中的内置格式化程序是否有等效项?我通常对我的代码风格非常挑剔:-),但我的一位同事正在编写一大块不应该被包装的 SQL(以字符串形式)。

In the JIndent formatter you can add "special" comments that prevent the formatter from processing a group of lines (//J-, //J+, if I remember correctly).

Is there an equivalent for the built-in formatter in IntelliJ IDEA (9.0.3 CE)? I'm normally very anal about my code style :-), but one of my colleagues is writing a chunk of SQL (in Strings) that should not be wrapped.

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

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

发布评论

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

评论(1

颜漓半夏 2024-09-19 03:18:03

请参阅如何有选择地禁用 IntelliJ IDEA 的回复带注释的代码格式化程序?

我相信它也涵盖了这种情况。使用支持此类功能的外部格式化程序插件将是一个解决方案。

Please see a reply to How to selectively disable IntelliJ IDEA code formatter with comments?

I believe that it covers this case too. Using external formatter plug-in which supports such feature would be a solution.

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