NetBeans 中的格式设置:特定于 CSS
我想对大多数代码使用空格进行缩进,但在 CSS 中使用制表符进行缩进。在 Visual Studio 和 Notepad++ 中,您可以为所有语言进行配置。但在 NetBeans(PHP 设置)中,我只能选择“所有语言”或“PHP”。
有没有办法让其他语言具有特定的格式设置(特别是CSS)?
I would like to use spaces for indentation for most code, but use tabs for indentation in CSS. In Visual Studio and Notepad++, you can configure this for all languages. But in NetBeans (setup for PHP), I can only select "All languages" or "PHP".
Is there a way to make other languages have specific formatting settings (specifically CSS)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据您拥有的 IDE 模块,您将看到 PHP、Java 或所有语言。但在 Netbeans 中无法更改仅 CSS 的格式样式。该功能已在 Netbeans 用户列表中被询问过几次,但尚未实现。
Depending on the IDE modules that you have, you will see PHP, Java or All Languages. But there is no way to change formatting styles for CSS-only in Netbeans. This feature has been asked a few times already in the Netbeans users list, but has not been implemented yet.
由于 css 格式或 xml、jsp 没有可用的设置,您可以将“语言”设置为“所有语言”。它将适用于所有支持 NetBeans 的语言。如果您有其他特定于 Javascript 或“语言”菜单上的任何语言的格式设置,您可以覆盖它。
Since there is no available setting for css formatting or xml, jsp you can set the 'Language' to 'All Language'. It will apply on all the languages that has NetBeans support. If the case is you have other formatting setting specific on Javascript or any language that on 'Language' menu, you can override it.