阻止 IntelliJ 换行
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅如何有选择地禁用 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.