Answer the question
In order to leave comments, you need to log in
How to remove tooltips in VSCode?
How to turn off this particular type of prompts?
Disabled all hints with the command editor.hover.enabled: false , but then there are absolutely no hints on hover, and this is not convenient, for example, when you need to change the color and you hover over the code with the color and there is no pop-up window.
Answer the question
In order to leave comments, you need to log in
Your problem can be solved in two ways.
1. Increase the pause time after which a tooltip appears. The parameter is responsible for this:
2. Disable automatic appearance of the hint, parameter:
In order for the hint to appear, you will need to press (Ctrl + K and Ctrl + I).
You need to add them to the settings file.
"editor.quickSuggestionsDelay": 1000,
"editor.hover.enabled": false,
%APPDATA%\Code\User\settings.json
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question