이클립스에서 Folding 기능 플러그인 사용법 (coffee byte)

Posted by RAY.D
2015. 4. 13. 23:06 프로그래밍 도구/Eclipse
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.


이클립스 쓰다보면 아쉬운 부분이 코드 폴딩 기능이다.


긴 코드를 폴딩하여 추상화까지는 아니지만 간단하게 화면에 줄여놓으면 편리할때가 많다.


그런 기능은 이클립스에 플러그인을 따로 설치해야만 가능하다.


다음은 그런 플러그인을 설치하는 방법이다.





Firstly, you'll need to configure Coffee Bytes Java folding as the folding scheme to use, and then enable User Defined Regions, as shown below.

Enable Coffee Bytes Java folding

Secondly, you'll need to configure the start and end identifiers that will be used to identify the beginning and termination of regions in your code. In this case, I've chosen {{ and }} as it fits well with the Apache Isis templates that I use.

Configure the start and end regions

Finally, I use the same start and end identifiers in my code to demarcate regions and to trigger the Coffee Bytes folding plugin to recognize the same.

Use start and end regions in code

'프로그래밍 도구 > Eclipse' 카테고리의 다른 글

이클립스 Save Failed 오류 해결  (0) 2016.05.31
Eclipse Shortcuts  (0) 2016.02.19
이클립스 JAVA get/set 자동 생성  (0) 2015.04.13
이클립스에서 대소문자 변환  (0) 2015.04.13