IDEA comment template configuration (IDEA new installation configuration required)

Reservations about my personal templates, to update the software version, I want to retire in 2018, put 2019.
Record it, easy to back and back.

At the same time recording a number of other configurations.

1, I like the font

Here Insert Picture Description

2, a new configuration file generated comments

Here Insert Picture Description

Code:

/**
 * <p>
 *   ${Description}
 * 
 * @author xpwi
 * @since ${YEAR}-${MONTH}-${DAY}
 */
3, character encoding configuration

Here Insert Picture Description

4, when entering code generated comments

Here Insert Picture Description
(1) c (expressed class file header)

*
 * <p>
 *   $end$
 *
 * @author xpwi
 * @since $date$
 */

(2) m (expressed head method)

*
 * $end$
 *
 $param$
 * @return $return$
 * @author xpwi
 */

(3) v (represented variable, member variables of the class)

*
 * $end$
 */
5、Git

Here Insert Picture Description

6、Maven

Here Insert Picture Description

7, browser

Here Insert Picture Description

8, Lombok and other plug-ins
9, JDK configuration

To open a module, press F4,

(1)jdk
Here Insert Picture Description

(2) language module

Here Insert Picture Description

(3)sdk
Here Insert Picture Description

OK it

Published 348 original articles · won praise 1746 · Views 1.91 million +

Guess you like

Origin blog.csdn.net/qq_40147863/article/details/102695221