LoginSignup
19
20

More than 5 years have passed since last update.

IntelliJ IDEA で PSR1/PSR2 のコード規約を適用する

Posted at

前提条件

IntelliJ IDEA 12 Ultimate でかつ予め PHP のプラグインをインストールされていることを前提に話を進める。IntelliJ IDEA 13 以降でも同じ方法が適用できるかは分からない。

方法

Preferences... から Code Style -> PHP を開き、右側の Set from...Predefined Style -> PSR1/PSR2 を適用する。

スクリーンショットを見たほうが早いかと思う。

PSR.png

あとは http://samuraism.com/products/jetbrains/intellij-idea/quickstart/codestyle-and-formatting を参照してコードをリフォーマットをしよう。

19
20
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
19
20