How to turn off the Javadoc hover in Eclipse (or selectively enable it)?

后端 未结 3 731
情深已故
情深已故 2021-02-07 13:01

A fellow developer dislikes the Eclipse hovering Javadoc and would like to disable it (one option), or, better yet, only selectively enable it (other option). He\'s using Eclip

3条回答
  •  盖世英雄少女心
    2021-02-07 13:19

    You could go to

     Preferences / Java / Editor / Hover
    

    and untick the "Combined Hover" option: no more popup.

    Then you would have:

    • Shift+F2: open the external javadoc if javadoc archive or directory has been associated with your project (and if some javadoc has been generated)

    • Alt+Shift+Q, followed by J: open the javadoc view, with the same content than the popup previously seen on mouse hovering.

提交回复
热议问题