Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPStormの行コメントのデフォルトスタイルを最初の列ではなくインデントレベルに変更するには?
if ($condition) { // At first column. // At indentation level }
「Ctrl + /」行のコメント化の場合、「設定->コードスタイル->PHP->その他->コードコメント->最初の列の行コメント」にあります。