-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question : How to delete all the available snippets from VS code ? #9830
Comments
With the July release (coming very soon) we will add a new configuration option that allows to define how snippets show show in the suggest widget. Either |
:) |
You can have with our insider builds already today ;-) |
👍 Great! |
@jrieken I have update my insider build. Can you please tell me the new configuration option that needs to be configured ? |
Select |
-thanks |
I want to delete all the snippets from vs code because they keep showing up in the intellisense, even at the places where it doesn't make any sense. They move the important properties/method down the list. It makes the overall experience bad. I have to scroll down the list if I have to see all the available options and then figure out that this is a snippet and this is what I am looking for. It becomes a pain if I install other 3rd party snippets like for angular2 etc.
If there are workarounds apart from deleting, please suggest as well
-Thanks.
The text was updated successfully, but these errors were encountered: