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

后端 未结 3 703
情深已故
情深已故 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:17

    Not sure what you mean by "selectively" enabling it. Based on what?

    Directions below are for 3.5, I don't have 3.3 lying around to check but I'm pretty sure same settings were available.

    Go to Window - Preferences; select Java -> Editor -> Hovers on left hand side. You'll have to uncheck the Combined Hover option on the right; you can then either uncheck Javadoc option or check it but specify a modifier key for it (in the edit box below). In the latter case javadoc hover would only appear if you hold that key.

    I've got to say, though, that the inconvenience of not having Combined Handler makes this really not worth it in my opinion.

提交回复
热议问题