How to see Javadoc documentation on mouse hover in NetBeans?

前端 未结 4 486
挽巷
挽巷 2020-12-23 16:16

Is it possible, when you mouse hover on method/class so you can see Javadoc in NetBeans 7?

I want similar to Eclipse, when you just mouse hover on String

4条回答
  •  不思量自难忘°
    2020-12-23 16:41

    I know that in netbeans 8.0 you can hold down the ctrl button and hover over the class or method, etc. and the javadoc window would appear.

提交回复
热议问题