A
A
artender2022-02-05 00:26:22
Visual Studio Code
artender, 2022-02-05 00:26:22

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

2 answer(s)
I
iBird Rose, 2022-02-05
@artender

"editor.hover.enabled": false
in settings.json

S
Stavis, 2022-02-06
@Stavis

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 question

Ask a Question

731 491 924 answers to any question