When using VSCode you get a bunch of unnecessary items when you Ctrl+Space inside of a React component.
Any idea how to remove them?
To delete a snippet, simply highlight that snippet and click Delete.
It looks like this is supported now, just add the following to your VS Code settings.
{
"editor.snippetSuggestions": "none" // or "top", "bottom", "inline", etc.
}
See also this question: Hide snippets when showing the intellisense to get properties in VsCode
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