Tools/Eclipse
[Eclipse] 이클립스 whitespace 보기
oSsonGo
2018. 12. 22. 19:32
빈칸 및 개행문자 정보를 봐야 할 경우에 사용하는 방법이다.
※ "환경 설정" 선택
※ "General > Editors > Text Editors" 에 'Show whitespace characters' 에 체크 박스 체크
※ CSS - "Web > CSS > Editor" 에서 'Indent using spaces' 선택 및 'Indentation size' 4로 설정
※ HTML - "Web > HTML Files > Editor" 에서 'Indent using spaces' 선택 및 'Indentation size' 4로 설정
※ XML - "XML > XML Files > Editor" 에서 'Indent using spaces' 선택 및 'Indentation size' 4로 설정
※ Java(1) - "Java > Code Style > Formatter" 에서 'Edit' 선택
※ Java(2) - "Indentation" 에 'Spaces only' 로 변경 후 'Profile name'을 다른 이름으로 저장
※ JavaScript(1) - "JavaScript > Code Style > Formatter" 에서 'Edit' 선택
※ JavaScript(2) - "Indentation" 에 'Spaces only' 로 변경 후 'Profile name'을 다른 이름으로 저장
※ "Apply and Close" 로 적용 및 환경설정 창 닫음