-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Control over snippets #9286
Comments
Suggest to also add a setting to not show snippets in intellisense, e.g., top, bottom, natural, none. |
better naming ideas? favourites? @aeschli @alexandrudima
and then analog to
|
I would go with one setting, it is IMHO more difficult for me to have to configure two settings which somewhat influence eachother
I would go for |
Yeah, makes sense. To summarise: |
|
new action 'Show Snippets' which opens quick pick with a list of snippets for the current mode
is this feature live yet. if not when we can expect this |
@shreyas-a Yep, it's live. In your settings search for |
Thanks, works perfectly. Don't you think the default option should be "inline" |
There should be an option of "inline-top". |
There are many different expectation wrt snippets and we should introduce some user settings and command to tackle that
top
,bottom
,inline
,none
CompletionItemKind
)The text was updated successfully, but these errors were encountered: