Linked Questions
29 questions linked to/from How can I disable hover tooltip hints in VS Code?
36 votes
5 answers
15k views
Remove Hover Tip Visual Studio Code [duplicate]
Small annoyance... Does anyone know how to get rid of the tip that pops up on hover for CSS and JS? I couldn't find anything related in the settings file. See screenshot:
6 votes
1 answer
6k views
In Visual Studio Code, how do I disable all suggestions and other tool-tips? [duplicate]
I've disabled every setting that appears to cause the suggestions and tool tips similar to the one below: screenshot of the tool-tip Here is a my settings.json: { "editor....
1 vote
2 answers
1k views
In Visual Studio Code, why the option "editor.parameterHints.enable" has no effect on the pop-up hint? [duplicate]
I want to disable the capability of Visual Studio Code to display code definition, without affecting hover compiler messages. According to this post: How to remove popup window showing function ...
-2 votes
1 answer
318 views
How to disable Visual Studio Code tips on hovering attributes of elements [duplicate]
Whenever I hover props of an element, VS Code shows tips like a pop up. For example in this picture it shows the type of the stroke-linejoin: I need to disable this behavior and replace it with a ...
1 vote
0 answers
72 views
How to turn off or temporarily disable Visual Studio code hints when hover over code with cursor [duplicate]
Started using Visual Studio for Flutter. It always shows debug messages whenever cursor is hovering over code which I admit are useful, however, many times it's a struggle just to type a character of ...
1 vote
0 answers
62 views
Is there a way to suppress/delay intellisense and user assistance in VSCode? [duplicate]
I've switched to VSCode and I find it mostly pretty good. However, I find Intellisense and the like more of a hindrance than a help 80% of the time. As an example, here's a screenshot while editing ...
0 votes
0 answers
50 views
How do I disable parameter hints in Vscode [duplicate]
I am coding in PHP in Vscode 1.56.2 which I believe is the latest update and when I hover over, say, the word 'Class' I get a pop-up explaining what a class is. From the Vscode website I am advised to ...
30 votes
1 answer
37k views
What is difference between Python & Pylance VS Code extensions?
I just shifted from my old bud Sublime to VSCode. I really liked the way it works and the features it has. I'm a newbie python developer. I found two popular python extensions for VSCode: Python, and ...
14 votes
5 answers
42k views
How to enable hover in VS Code?
When I go to the function, I want to see its references links and navigate to them. In my Sublime Text it is working properly but I want to make proper in my VS Code also.
9 votes
1 answer
15k views
How to enable again the tooltip/hint in VSC? [duplicate]
My VSC shows the wavy underlines when something's wrong with my code, but does not display the hint overlay when I hover my mouse on it. This happens whatever the language used (from CSS to Typescript)...
15 votes
2 answers
3k views
Is it possible to change the position of parameter hints and suggestions widgets in VS Code?
I'd like to change the position of the Visual Studio Code hint tooltip that is useful, but horribly placed sometimes. (covering the code, jumping all over the place while typing, etc.) I don't know if ...
3 votes
3 answers
4k views
How to disable hints while typing on vscode
While I'm typing, I constantly get these pop-up explanation windows which are extremely annoying. How can I disable it?
10 votes
2 answers
9k views
How to show Javadoc on hover in VS Code in Java Project?
In my Mac OS 10.14 I have VS Code 1.47.3 and yesterday installed Java Extension Pack 0.9.1. I am able to run Java project (Maven) but I do not see any javadoc on hover feature. For example when mouse ...
4 votes
2 answers
1k views
Disable hover hint for python keyword in VSCode
I want to disable hover hint for python keyword (for example import), but preserve linter message. How can I do this? UPDATE: settings.json { "python.pythonPath": "venv/bin/python&...
3 votes
3 answers
1k views
How to view Java standard library documentation popup in Visual Studio Code with OpenJDK 11 on Ubuntu 21.04?
A similar question was asked for Eclipse: Add Java Docs in Eclipse working on OpenJDK I found /usr/lib/jvm/java-11-openjdk-amd64/lib/src.zip on my system. Building and runing a source file works. ...