Rainbow Brackets
- 항상 헷갈리기 쉬운 괄호 기호에 색을 부여해서 가독성을 높여준다.
- git이나 Docker등을 이용할때 커밋을 할때 제외되는 파일을 설정할 수 있는 플러그인 이다.
프로젝트에서 파일을 생성할 수 있으며 txt파일 형태로 제외하려는 파일명을 등록해두면 제외되는 플러그인 이다.
개인 eclipse 설정 파일등, IDE 고유의 폴더등을 제외할때 아주 유용하다.
(실수로 커밋, 푸시할 일도 줄어드니 매우 유용하다.)
- Spring MVC 기반 프로젝트에서 엔드포인트 URL 기반의 검색 및 바로가기 기능을 제공한다.
- 단축키는 SHIFT + CTRL + \이다.
- iBATIS/MyBatis 사용자를 위한 간단한 플러그인
- Ctrl + T : 해당 메서드의 mapper.xml 로 바로 이동 (xml에서 Ctrl + q : mapper.java로 이동)
- 내가 설치한 버전에는 다음과 같은 특징들이 있다.
iBATIS: Supports multiple sqlMap configurations per module. In fact it does not even bother with configurations (yet), only sqlMap files matter.
iBATIS: "Go to Declaration" for literal expressions, e.g. inside spring's SqlMapClientOperations#queryForObject parameters etc.
iBATIS: "Find Usages" for sqlMap statements
iBATIS: Copy Reference (Ctrl+Alt+Shift+C) copies qualified statement name to clipboard
iBATIS: Statement id completion inside any literal expressions
iBATIS: Some basic sqlMap file navigation
iBATIS: Quick Documentation (Ctrl+Q) on statement id in java code shows statement sql
iBATIS: Concatenated literals supported as statement references
MyBatis: Proxy interfaces support, "Go to Implementaion" jumps right into mapper xml
MyBatis: Proxy interface methods inspection, methods that have no mapper implementation marked as error
MyBatis: Some basic mapper file navigation
- git 과련 지원을 해주며, Line별 Blame을 확인할 때 유용 하다.
- 빌드, 컴파일Progress바 모양을 이쁘게 바꿀 수 있다