Is there any way to hide all snippets in the CTRL+SPACE list?
If I have place the cursor between two { } in a typescript file the intellisense gets all cluddered with snippets even tho I only want the properties of the object im about to create.
Visual Studio Code does indeed give you the ability to prevent snippets from being shown in the Quick Suggestions list.
This can be done, by adding the "editor.snippetSuggestions"
property to your settings file, and setting its value to "none"
.
Example:
{
"editor.snippetSuggestions": "none"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With