Happily, there are some settings like that. https://code.visualstudio.com/docs/editor/intellisense ``` // Controls the delay in ms after which quick suggestions will show up. "editor.quickSuggestionsDelay": 10, ```
Happily, there are some settings like that. https://code.visualstudio.com/docs/editor/intellisense ``` // Controls the delay in ms after which quick suggestions will show up. "editor.quickSuggestionsDelay": 10, ```