-
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
Test: Provide a separate 'Insert snippet' command that allows the user to pick a snippet #9697
Comments
@DonJayamanne are you on the same commit as Wade's in the screenshot? |
@Tyriar, identital |
Works for me on both OS X and Windows. |
Ok I see it now. Weird it didn't show yesterday. |
@jrieken maybe this was discussed when I was on vacation but is there a reason we cannot show the list of snippets in the intellisense widget (e.g. you invoke the command via keybinding and you get a list of suggestions filtered to all snippets)? I find it better to show the snippets closer to where I am typing. |
Yeah, it's mostly to be aligned with other editors and to avoid ambiguity between snippets and the current line text wrt to filtering, selection etc. Last there technical debt that didn't allow it ;-) We figured ship it and wait for feedback ;-) |
Ok. because I think it would be cool if I could assign a keybinding like
And then essentially I could show snippets only by pressing Ctrl+Space twice (similar to Eclipse). |
Test for #9072, #9122, #6320, #9286:
There is a new command to insert snippets. Verify that
F1
, and thatThe text was updated successfully, but these errors were encountered: