Answer the question
In order to leave comments, you need to log in
Problem with Visual Studio Code?
When I write code, when the cursor is inside the brackets of any built-in function, a brief documentation of this function pops up. Very annoying. Please tell me how can I remove it?
Answer the question
In order to leave comments, you need to log in
Slightly supplement the answer iBird Rose
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