How to make adding @author comment to every class created? Follow Kirill Beloshitskiy Created January 05, 2011 17:27 Hello,Is it possible to add @author comment to every class created? Or maybe even some kind of blank template?Thank you.
if it's for JAVA, here's the way:
File --> New --> Edit file templates --> Class --> /* ${USER} created on ${DATE} inside the package - ${PACKAGE_NAME} */
Hi Kirill,
If you talking about File | New | PHP Class, then you can edit this template in Settings | File Templates. If you mean something else then please provide more details/example.