Reputation: 1763
The Quick Documentation popup for methods sometimes shows "Inferred annotations available" or "External annotations available", mostly regarding whether a parameter or a return value can be null.
I would rather not see these and only see the actual documentation for the method. Can that be done?
Upvotes: 4
Views: 4310
Reputation: 17343
It can't be done right now, but a fix for this issue is scheduled for later this month in release 2017.3.3. (The current release is 2017.3.2.)
See IDEA-179266 Option to hide inferred annotations in Quick Documentation popup
~~~~~~~
Update:
I just noticed that the bugfix arose from another SO post on this issue. See Hide JetBrains annotation on popup JavaDoc in IntelliJ
Upvotes: 1