기타/이클립스 (2) 썸네일형 리스트형 Code Mining 이클립스에서 Code Mining을 설정하면, 해당 메서드가 어디에서 사용되고 있는 지 알 수 있다. 단점으론, 설정 후 IDE가 굉장히 느려진다. Eclipse에서 주석 Template 설정 이클립스 메뉴 : Window -> Preferences -> Java -> Code Style -> Code Templates -> Comments 에서 아래와 같이 수정해주면 된다. 그럼 /** 누르고 엔터를 치면 아래와 같이 주석 Template이 자동으로 만들어진다. ${} 내용 설명 ${date} : Current date (현재 날짜) ${dollar} : The dollar symbol (달러문양) ${enclosing_type} : The type enclosing the method (선택된 메소드의 타입) ${file_name} : Name of the enclosing compilation (선택된 편집파일 이름) ${package_name} : Name of the enclosing.. 이전 1 다음