Netbeans:Grails GSP 中的制表符空格
当使用 netbeans grails 插件时,大多数源文件都遵循选项中的 IDE 制表符规则(例如 Java 和 Groovy 文件为 4 个空格),但在编辑 Grails GSP(本质上是 HTML)时,制表符默认为 2 个空格,而不是 中设置的 4 个空格。选项。这变得有点烦人,因为我必须回溯并重新标记源代码的某些区域,因为 netbeans 坚持在完成块时将其缩进 2 个空格。
有没有办法强制 Netbeans 中的 GSP 文件的制表符为 4 个空格?
谢谢
When using the netbeans grails plugin most source files follow the IDEs tab rules in the options (e.g. Java and Groovy files are 4 spaces) but when editing a Grails GSP (essentially HTML) the tabs default to 2 spaces and not the 4 spaces set in the options. This is becoming slightly annoying since I have to backtrack and retab some areas of the source because netbeans insists on making it 2 spaces indentation when completing a block.
Is there a way to force the tabs to 4 spaces for GSP files in netbeans?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 nb 6.9+,我相信有一个项目代码格式化工具(右键单击项目并转到属性,然后进行格式化)。但我认为这不会对您有帮助,因为 netbeans 中格式化 GSP 存在错误....(参见)。 暂时不要使用 IDE 自动格式化代码(这是我被迫做的)。
If you using nb 6.9+ i believe there is a project code formatting tool (right click on the project and go to properties and then formatting). But I don't think this will help you since there is a bug with formatting GSP in netbeans....(see). Just don't auto format your code using the IDE for now (that's what i'm forced to do).