Disable annotations in parameter hints
Answered
I have a simple method declaration in Apache Beam Java SDK, but when I display Parameter Info or Quick Documentation, it becomes cluttered with some typechecker annotations.
The method in library source code:
With Parameter Info:
With Quick Doc
Those annotations are not showing during indexing, so I understand they're a part of IntelliJ Java support.
Is there a way to disable those "inferred" annotations? They make simple stuff completely unreadable.
Please sign in to leave a comment.
Hello, please follow the issue where it's discussed the core of the problem: https://youtrack.jetbrains.com/issue/IDEA-265658
Thank you