redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.07k stars 429 forks source link

Cannot disable info popups without also disabling warning popups #1420

Open plasmaster09 opened 4 years ago

plasmaster09 commented 4 years ago

Using "editor.hover.enabled": false in settings, I can now disable the annoying "here's all the info about this term you're using so you already know about" popups. However, that also disables the warnings I'd actually WANT to see. How do I disable one without disabling the other?

fbricon commented 4 years ago

This is currently not possible, but I think it should be pretty easy for us to add a new preference to control that behavior.