[FAQ] WebStorm/PHPStorm:设置 HTML/JavaScript/PHP 注释缩进行为,代码片段
【注释行为】
Preferences -> Code Style
选择语言后,找到 Wrapping and Braces, 取消 Comment at first column。
如果是HTML,取消勾选 Line comment at first column。
PHPStorm 也是不勾选 Line comment at first column,让注释不从行头开始。
取消勾选 Use tab character 后,Tab 将以空格的形式存在。
其它
【代码片段设置】
Setting -> Live template
Refer:WebStorm下载