I am using JetBrains WebStorm IDE. But I think there is not shortcut to autoformat (beautify) the code. In Netbeans, its CtrlShiftF command which formats the whole file. Is there any command for this? Do I need to install any plugin or something to enable this function?
我正在使用JetBrains WebStorm IDE。但我认为没有捷径可以自动套用(美化)代码。在Netbeans中,它的ctrl - shiftf命令格式化整个文件。有什么命令吗?我需要安装任何插件或其他什么来启用这个功能吗?
3 个解决方案
#1
63
Code
| Reformat Code...
(Ctrl+Alt+L):
|格式化代码…(Ctrl + Alt + L):
Keyboard shortcut can be changed in File
| Settings
| Keymap
:
可以在文件|设置| Keymap中更改键盘快捷方式:
If you are not familiar with IDE features yet, use Help
| Find Action
:
如果您还不熟悉IDE特性,请使用Help |查找操作:
This feature is also documented.
这个特性也被记录下来。
#2
7
Yes.
是的。
Opt+Cmd+L (Mac, or whatever your platform combo is)
选择+Cmd+L (Mac,或任何你的平台组合)
Or Code > Reformat Code...
或者>重新格式化代码……
#3
1
Using WebStorm 8.0.4 in Windows the hotkey is (has become?) Alt-F8.
在Windows中使用WebStorm 8.0.4的热键是(已经变成了?)Alt-F8。
#1
63
Code
| Reformat Code...
(Ctrl+Alt+L):
|格式化代码…(Ctrl + Alt + L):
Keyboard shortcut can be changed in File
| Settings
| Keymap
:
可以在文件|设置| Keymap中更改键盘快捷方式:
If you are not familiar with IDE features yet, use Help
| Find Action
:
如果您还不熟悉IDE特性,请使用Help |查找操作:
This feature is also documented.
这个特性也被记录下来。
#2
7
Yes.
是的。
Opt+Cmd+L (Mac, or whatever your platform combo is)
选择+Cmd+L (Mac,或任何你的平台组合)
Or Code > Reformat Code...
或者>重新格式化代码……
#3
1
Using WebStorm 8.0.4 in Windows the hotkey is (has become?) Alt-F8.
在Windows中使用WebStorm 8.0.4的热键是(已经变成了?)Alt-F8。