snippet
snippet copied to clipboard
Add extension settings [VSCode]
Is your feature request related to a problem? Please describe. Yes - when you try to type a keyword relevant to a language and autocompletion list shows up, the snippets shown in the suggestions list are ordered alphabetically, and this overflows the more relevant suggestions.
For example, if you are developing a HTML document and already have around 10-15 HTML snippets, when you press Ctrl + Space after placing the cursor between quotation marks as shown below:

The suggestions coming from the snippet extension interferes with other extensions like IntelliCode and other emmet.
Describe the solution you'd like Completely disable snippets in the suggestion list and enabling them with a change in setting (or vice versa where you can disable them by changing the option)
Describe alternatives you've considered
An alternative would be to provide extension settings where you can change how snippets are ordered in the suggestion list. The image below is an example of how you can change a similar behaviour:

Additional context Add any other context or screenshots about the feature request here.
Hi @ArrushC
Thanks for the advice, i think this would be a good addition to the plugin and will consider it for an upcoming release.