Eclipse pop-up javadoc

前端 未结 2 1518
清歌不尽
清歌不尽 2021-01-17 16:38

Is there a way for Eclipse that will pop-up the javadoc related to the code when I press, say, Ctrl + Shift + Space, as NetBeans does ? I don\'t like it to open attached jav

相关标签:
2条回答
  • 2021-01-17 16:56

    It happens in eclipse when your mouse is over the interesting element. Additionally you can open javadoc view, so the javadoc will appear into this view. It is even more convenient especially if the description is long and cannot be viewed without scrolling.

    0 讨论(0)
  • 2021-01-17 17:01

    You can use F2 shortcut to show tooltip/javadoc description for the element at the cursor.

    0 讨论(0)
提交回复
热议问题