text 在Intellij IDEA中自动完成@author

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在Intellij IDEA中自动完成@author相关的知识,希望对你有一定的参考价值。

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

以上是关于text 在Intellij IDEA中自动完成@author的主要内容,如果未能解决你的问题,请参考以下文章