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

Add extension settings [VSCode] #46

Open
ArrushC opened this issue Sep 5, 2022 · 1 comment
Open

Add extension settings [VSCode] #46

ArrushC opened this issue Sep 5, 2022 · 1 comment

Comments

@ArrushC
Copy link

ArrushC commented Sep 5, 2022

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.

@devon2018
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants