snippet icon indicating copy to clipboard operation
snippet copied to clipboard

Add extension settings [VSCode]

Open ArrushC opened this issue 3 years ago • 1 comments

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: image

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: image

Additional context Add any other context or screenshots about the feature request here.

ArrushC avatar Sep 05 '22 15:09 ArrushC

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.

devon2018 avatar Apr 11 '23 12:04 devon2018