I
I
Ilya Lesnykh2014-05-29 12:22:29
PHP
Ilya Lesnykh, 2014-05-29 12:22:29

How to change class autocomment format in PHPStorm

Using PHPStorm, you can write /** in front of the class, press enter, and the storm itself will add a comment to the class, writing something like this:

/**
 * Class CLASS_NAME
 *
 * @package path\to\folder
 */

I need to change this format, tell me where to do it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Lesnykh, 2014-05-29
@Aliance

Found the solution myself: Settings -> File and Code Templates -> Includes -> PHP Class Doc Comment

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question