Changing author name in IntelliJ IDEA

I found that change author name in generated files in IntelliJ IDEA is very simple procedure. I am going to show how you can change it.

First of all I want to say that this operation is similar to changing author name in the Eclipse which I described previously.
IntelliJ IDEA doesn’t have eclipse.ini file as Eclipse but it has in Microsoft Windows OS idea.exe.vmoptions file which is located in the directory where you installed IDEA inside folder bin. Just open this file and add this line in the end of file:

-Duser.name=your author name

Example:

idea_name

After this modification start your IDEA and create new class, you should see your author name after @author tag.

For this article I used IntelliJ IDEA 9 Community Edition.

What about IntelliJ IDEA 9 for Linux platform?

There is no idea.exe.vmoptions file in version for Linux, there is idea.vmoptions file.

Was this article useful for you?

  • Share/Bookmark

Related posts:

  1. Changing author name in Eclipse IDE
  2. IntelliJ IDEA 9.0.1 released
  3. IntelliJ IDEA goes in open-source
  4. IntelliJ IDEA 8.1.4 is out
  5. IntelliJ IDEA 9 is released

Leave a Reply

"If people do not believe that architecture is simple, it is only because they do not realize how complicated life is." - J.H. von Neumann