-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Test: Support tab completion for snippets #9698
Comments
@Tyriar Would this work for extension snippets as well? Meaning if you have an extension that creates a new snippet, would it still require a restart for the new extension snippet to be loaded? |
yes - in order to activate extension you need to reload the editor |
I like it, I think we should enable it by default. |
@aeschli Ideas about the name |
I like the current proposal, but I think adding the prefix |
I'd stick with |
Closing this off since the test is complete. |
Test for #9579:
There is a new configuration property
editor.tabCompletion
which defaults tofalse
. When set totrue
verify thattabCompletion
) - rationale was that folks know this feature as tab completionPreferences: Snippet
to define a new snippet and make sure it works without restartc'l
and make sure it worksThe text was updated successfully, but these errors were encountered: