Netbeans CSS 自动格式
在 Netbeans 6.9.1(PHP 包)中,代码格式(ALT+SHIFT+F)似乎不适用于 CSS 文件,那是当我尝试运行它时什么也没有发生。这是正常的还是我错过了什么?
In Netbeans 6.9.1 (PHP bundle) the code format (ALT+SHIFT+F) doesn't seem to work on CSS files, that is when I try to run it nothing happens. Is it normal or am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经在我的 Neatbeans 版本(也是 6.9.1)中检查过它,它似乎工作正常。
如果它不适合您,也许您需要检查您的键盘映射设置。
为此,
单击“工具”
选择选项
选择“键盘映射”选项卡
执行 Alt+Shift+ “在快捷方式中搜索”输入字段中的 F 键盘映射
确保您获得以下信息:
还要检查选项面板编辑器部分下的格式选项卡中是否设置了制表符和缩进。
希望有帮助,
汤姆
I've check it in my version of Neatbeans (Also 6.9.1) and it seems to work fine.
If it's not working for you, perhaps you need to check your Keymap settings.
To do so,
click Tools
Choose Options
Select the Keymap tab
Perform the Alt+Shift+F keymap in the "Search in shortcuts" input field
Make sure you get the following:
Also check that your tabs and indents are setup in the Formatting tab under the Editor Section of the Options panel.
Hope that helps,
Tom
(使用 Netbeans 12.0 测试)
您可以使用正则表达式添加换行符:
然后你可以使用 Alt+Shift+F 来自动缩进
(tested with Netbeans 12.0)
You can use regular expressions to add newlines:
Then you can use Alt+Shift+F to auto-indent