검색결과 리스트
코멘트 자동생성에 해당되는 글 1건
- 2013.08.23 [Eclipse] comment 자동으로 생성하기
글
[Good Comment!!, Good Discussion!!, Good Contens!!]
[ If you think that is useful, please click the finger on the bottom~^-^good~ ]
by ace-T
[ If you think that is useful, please click the finger on the bottom~^-^good~ ]
by ace-T
이클립스에서 코멘트를 단축기를 통해서 자동으로 남겨보자~!!
[1] Window > Preferences
[2] Java > Code Style > Code Templates
[3] Types는 Class쪽 코멘트!! Edit를 통해 Pattern을 설정하면 된다.
ex)
Types -> Edit
/**
* @FileName : ${file_name}
* @Project : ${project_name}
* @Date : ${date}
* @작성자 : ${user}
* @변경이력 :
* @프로그램 설명 :
*/
[4] Methods는 Method쪽 코멘트!! Edit를 통해 Pattern을 설정하면 된다.
ex)
Methods -> Edit
/**
* @Method Name : ${enclosing_method}
* @작성일 : ${date}
* @작성자 : ${user}
* @변경이력 :
* @Method 설명 :
* ${tags}
*/
저같은 경우에는 패턴에 아래와 같이 하였습니다^-^
더보기
Tip. ${} 내용설명
더보기
- 끝 -
'Language > Java' 카테고리의 다른 글
[Ace-T의 기초튼튼] for문 잘 알고 쓰자 (0) | 2013.12.16 |
---|---|
java 정규표현식 - String의 숫자문자 검증 (0) | 2013.09.12 |
[Eclipse] comment 자동으로 생성하기 (0) | 2013.08.23 |
replace / replaceFirst, Caused by: java.util.regex.PatternSyntaxException: Dangling meta character '?' near index 0 (2) | 2013.08.01 |
번들 property 만들기 (0) | 2013.05.10 |
JMS란? (1) | 2013.01.07 |
:::: facebook을 이용하시는 분들은 로그인 후 아래에 코멘트를 남겨주세요 ::::