LoginSignup
9
3

More than 5 years have passed since last update.

PhpStormで新規クラス作成時に自動挿入されるコメント(コードテンプレート)を無効にする

Last updated at Posted at 2018-02-19

PhpStormでは、新規PHPクラスを作成するときにこのようなテンプレートコメントが自動挿入されてしまいます。

/**
 * Created by PhpStorm.
 * User: DQNEO
 * Date: 2018/02/19
 * Time: 21:56
 */

これを無効にする方法をついに見つけました。

Preferences -> Editor -> File and Code Template -> Includes (TAB) -> PHP File Header

で編集して空にする。

参考

9
3
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
9
3