如何将 PHPStorm 中的行注释的默认样式更改为缩进级别而不是第一列?
if ($condition) {
// At first column.
// At indentation level
}
对于“Ctrl+/”行注释,它位于“Settings->Code Style->PHP->Other->Code Commeting->Line comment at first column”中。
看着这个答案,注意到它需要一些更新。从 2017.3 版开始,这已更新为:
Preferences > Editor > Code Style > PHP > (tab) Code Generation > Comment Code > (uncheck) Line comment at first column
您可以在“选项 -> 代码样式 -> PHP -> 包装和大括号”中更改它并选中“在第一个列处注释”。