How to remove pre-defined comments?
Whenever I created the PHP file, it also loads with the following comment
<?php
/**
* Created by PhpStorm.
* User: phppro
* Date: 27-Jun-16
* Time: 1:25 PM
*/
How can I remove this pre-defined comment, so It will stop showing in new files?
Please sign in to leave a comment.
Hi there,
Settings/Preferences | Editor | File & Code Templates -- you will have to edit appropriate template.
https://confluence.jetbrains.com/display/PhpStorm/File+Templates+in+PhpStorm
Alternatively (if you want to have just blank file) just use "New | File" instead of specific File Type/template.