-
[eclipse] 소스 코드의 변수명 HighLight 표시[ 개발 ]/[ Java ] 2015. 12. 15. 18:02728x90
이클립스의 에디터 기능 중에 특정 변수를 더블클릭 혹은 Block설정 하였을 경우
1. 동일 변수명에 대하여 Highlight 표시 해주는 옵션
Window -> Preferences -> Java -> Editor
-> Mark Occurrences-> Mark occurrences of the selected element in the current file 체크
2. HighLight 된 변수의 배경 색깔을 변경하는 방법
Window -> Preferences ->General -> Editors -> Text Editors
-> Annotations -> Occurences -> Text as Highlighted 체크 -> Color 색상 변경
결과
728x90