Change File Template for existing classes

126 views Asked by At

Each new created class applies file template rules, which by default is :

/** * Created by ${USER} on ${DATE}. */

Speaking of my project, i have dozens of classes that has this template by default, and when it comes to code cleanup, it's really frustrating. Is it possible to replace file template in already EXISTING classes so replacement wouldn't take too much time (i was thinking to do this manually, but i hope there's better solution for that)?

Thank you

1

There are 1 answers

0
JimHawkins On BEST ANSWER

Is it possible to replace file template in already EXISTING classes ... ?

No, it's not possible. But IntelliJ has very powerful "Search and Replace" and refactoring capabilities.

enter image description here