Eclipse pop-up javadoc

假装没事ソ 提交于 2019-12-04 03:00:05

问题


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 javadoc in external or internal web browser.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/9047291/eclipse-pop-up-javadoc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!