M
M
Megalexandros2019-10-24 10:03:14
Visual Studio Code
Megalexandros, 2019-10-24 10:03:14

How to remove tooltips in VSCode?

How to turn off this particular type of prompts?
5db14ca576a70136255021.png
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

2 answer(s)
S
Stavis, 2022-02-04
@Megalexandros

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

A
AlexFlowint, 2019-10-24
@AlexFlowint

look here https://github.com/Microsoft/vscode/issues/28380

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question