ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 유용한 Eclipse Plugins
    카테고리 없음 2013. 7. 22. 21:45

    회사에서 Source 분석도구로 가장 많이 써 오던 툴은 Source Insight였다. (지금껏 관련된 Post를 많이 올리기도 했고..)

    하지만 Android과제를 진행하고, 데탑을 Ubuntu로 변경하면서 wine으로 Source Insight를 쓸까하다가 새로운 툴인 Eclipse를 사용해보기로 하면서 사용하게된 여러 가지 plugin을 소개해볼까 한다.

    1. Eclipse 4 Chrome Theme

    http://marketplace.eclipse.org/content/eclipse-4-chrome-theme

    일단 보기 좋은 떡이 먹기도 좋다고 Eclipse의 UI를 수정할 수 있게 도와주는 plugin이다.

    2. Vrraper

    http://vrapper.sourceforge.net/home/

    command line방식의 VI에 익숙하다보니 Source Insight에서도 custom macro로 vi moving을 emulation해서 쓰고 있었는데, eclipse에서는 이미 plugin으로 나와 있다.

    3. AnyEdit Tools

    http://andrei.gmxhome.de/anyedit/

    오른쪽 마우스 버튼 확장 및 Edit/Compare 등을 편하게 도와주는 Plugin

    4. Bracketeer for C/C++ (CDT)

    http://marketplace.eclipse.org/content/bracketeer-cc-cdt

    이거 하나면 설명 끝…!

  • Hints:

    Have you ever found yourself mesmerized by this block of code:

            break;
          }
        }
      }
    }

    Would life be easier if it looked like this?

            break;
          } // if(a==1)
        } // switch(b)
      } //void foo(a,b,c)
    } // MyClass

  • 추가적으로 유용하다고 생각되는 Plugin은 추후 post로 업데이트할 예정이다.

Designed by Tistory.