redhat-developer / vscode-java

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

Stupid method parameter popups in VSCode #3711

Closed alyashraf97 closed 2 months ago

alyashraf97 commented 2 months ago

Screenshot from 2024-07-15 22-03-51 (copy)

I don't know who's idea of a joke this was, but how do I disable this absolutely stupid and annoying popup?

alyashraf97 commented 2 months ago

For information, I did try to google it and found no solution online for how to hide this stupid thing

settings.json: "editor.parameterHints": false, "editor.parameterHints.enabled": false, "editor.suggest.snippetsPreventQuickSuggestions": false, "html.suggest.html5": false, "editor.snippetSuggestions": "none", "editor.quickSuggestions": { "other": false, "comments": false, "strings": false }, "editor.hover.enabled": false, "editor.hover.above": false, "editor.hover.sticky": false, "editor.hover.hidingDelay": 1, "editor.hover.delay": 10000, "editor.parameterHints.cycle": false, "editor.suggest.showTypeParameters": false, "breadcrumbs.showTypeParameters": false, "outline.showTypeParameters": false, "editor.acceptSuggestionOnCommitCharacter": false, "java.inlayHints.parameterNames.enabled": "none"