-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
text editor insert snippet API #15952
Comments
@jrieken https://github.com/joelday/vscode/commit/38a3a1a23930605643ac186b5ca062ca5d881252 I have no idea if this works and I hit a bunch of walls trying to test it. How far off am I? |
looking not too bad. keep going |
@jrieken Thanks! Is there a workflow you would recommend for running/debugging/testing? |
Is #17628 the way to make this happen? |
yeah. #17628 is already in master and will be part of our Jan release |
So excited to use it in docthis! |
Since we have now a
SnippetString
it would also be beneficial to allow snippets to inserted into the editor. Similar toTextEditor.edit
we should have something that allows inserting a snippet string and bringing the editor into snippet mode.The text was updated successfully, but these errors were encountered: