체크개발자's Blog

[Eclips] Author 단축키 본문

프로그래밍/JAVA

[Eclips] Author 단축키

체크개발자 2017. 11. 18. 12:03

window > Preferences > java > Code Style  > Code Templates

Comments > Files       
##  위의 위치에서 수정해도 안될때는 
##  해당 프로젝트 > properties 에서 설정을 변경해준다

Patten

Class 에 적용 - Comment > Types

/**
* FileName : ${file_name}
* Comment  : 
* @version : 1.0
* @author  : sunshiny
* @date    : ${date}
*/

---------------------------
Method 에 적용 - Comment > Methods

/**
* Comment  : 
* @version : 1.0
* @tags    : ${tags}
* @date    : ${date}
*/


단축키 : Shift + Alt + J



출처 : http://develop.sunshiny.co.kr/268#recentTrackbacks


Comments