2. 컴퓨터 이야기/소프트웨어

Eclipse Ganymede 3.4.1 쓸만한 기능, Rich Javadoc Hover

래빗 크리스 2009. 3. 6. 16:51

JavaDoc 을 따로 생성하지 않아도 자동으로 보여줍니다.
다만, 클래스, 메소드, 필드 등등에 대해서 JavaDoc 에서 지원하는 태그를 미리 주석에 달아 두어야 합니다.
개발자 분들, 부지런히 주석을 달아 주세요. 나중에 소스 수정해야 할때 코드를 재해석 하는 불상사가 없어야 합니다. ^^>


The Javadoc hover can now be used to navigate Javadoc.
  • Follow links in Javadoc
  • Go forward and backward in the navigation history
  • Show the current content in the Javadoc view
  • Open the declaration of the current element
  • Open the current content in an external browser
  • Resize the hover
  • Move the hover (start dragging in the toolbar area)


 


The hover also shows the icon corresponding to the current Java element

To enrich a hover either press F2 or move the mouse into the hover. You can configure how to enrich the hover on the  General > Editors > Text Editors preference page.