1. 공백이 보이게 설정
Window > Preferences > General > Editors > Text Editors > show whitespace characters에 체크 저장
2. 단축키 변경 : Next Editor Ctrl + Tab
Window > Preferences > General > Keys > [type filter text]에 Next Editor 검색 Binding 부분에 Ctrl +Tab 입력 저장
3. 저장 할 떄마다 실행
Window > Preferences > Java > Editor > Save Actions Perform the selected action on save 선택, Additional actions 선택 configure 클릭하고 필요한것 추가
code Style : Variable declarations
Missing Code : Annotations
Unnecessary Code : Remove redundant typo argument 1.7 이후..
4. 언어 설정 UTF-8
Window > Preferences > General > Workspace > Textfile encoding 에 Other 선택후 UTF-8
Window > Preferences > Web> CSS Files > Encoding UTF-8 선택
Window > Preferences > Web> HTML Files > Encoding UTF-8 선택
Window > Preferences > Web> JSP Files > Encoding UTF-8 선택
Window > Preferences > XML> XML Files > Encoding UTF-8 선택
5. 주석 설정
Window > Preferences > Java > Code Templates > Configure generated code and comments : 의 Types, Methods, 등 수정
type
/**
* ${file_name}
* - 설명을 써주세요
*
* @version 1.0 / ${date}
* @author ${user}
*
*/
methods
/**
* ${enclosing_method}
* -설명을 써주세요
*
* ${tags}
* @author ${user}
*/
'For Real > Java & Spring' 카테고리의 다른 글
javax.net.ssl.SSLHandshakeException (0) | 2018.07.03 |
---|---|
java.security.InvalidKeyException: Illegal key size (0) | 2018.07.02 |
Head First Java (0) | 2018.06.26 |
이클립스 공백 문자 보이기 설정 (0) | 2018.06.18 |
[SQL] (0) | 2018.06.14 |