Skip to content
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

Closed
codingonHP opened this issue Jul 27, 2016 · 7 comments
Closed

Question : How to delete all the available snippets from VS code ? #9830

codingonHP opened this issue Jul 27, 2016 · 7 comments
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@codingonHP
Copy link

codingonHP commented Jul 27, 2016

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.

@jrieken jrieken added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Jul 27, 2016
@jrieken
Copy link
Member

jrieken commented Jul 27, 2016

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 none or influence the sorting as top, inline (default, as today), and bottom. All details and improvements are here: #9286

@jrieken jrieken closed this as completed Jul 27, 2016
@codingonHP
Copy link
Author

:)
Much needed !

@jrieken
Copy link
Member

jrieken commented Jul 28, 2016

You can have with our insider builds already today ;-)

@codingonHP
Copy link
Author

👍 Great!

@codingonHP
Copy link
Author

codingonHP commented Jul 28, 2016

@jrieken I have update my insider build. Can you please tell me the new configuration option that needs to be configured ?

@jrieken
Copy link
Member

jrieken commented Jul 28, 2016

Select F1 > Open User Settings and add the editor.snippetSuggestions-setting.

@codingonHP
Copy link
Author

-thanks

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants