38

如何将 PHPStorm 中的行注释的默认样式更改为缩进级别而不是第一列?

if ($condition) {
// At first column.
    // At indentation level
}
4

3 回答 3

50

对于“Ctrl+/”行注释,它位于“Settings->Code Style->PHP->Other->Code Commeting->Line comment at first column”中。

于 2014-07-09T19:19:53.463 回答
42

版本 2017.3 及更高版本

看着这个答案,注意到它需要一些更新。从 2017.3 版开始,这已更新为:

Preferences > Editor > Code Style > PHP > (tab) Code Generation > Comment Code > (uncheck) Line comment at first column

于 2018-02-08T20:38:27.363 回答
22

您可以在“选项 -> 代码样式 -> PHP -> 包装和大括号”中更改它并选中“在第一个列处注释”。

于 2014-06-30T07:50:56.380 回答