Skip to content

Instantly share code, notes, and snippets.

@alexislucena
Created April 26, 2018 15:03
Show Gist options
  • Save alexislucena/014e37227d643fd1ac5c10bb2940588b to your computer and use it in GitHub Desktop.
Save alexislucena/014e37227d643fd1ac5c10bb2940588b to your computer and use it in GitHub Desktop.
Go to Settings -> Editor -> File and code templates -> Includes tab (on the right). There is a template header for the new files, you can use the username here:
/**
* @author myname
*/
For system username use:
/**
* @author ${USER}
*/
https://stackoverflow.com/a/18961054/2050561
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment