You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: