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

Support for TabCompletion #9579

Closed
jrieken opened this issue Jul 21, 2016 · 3 comments
Closed

Support for TabCompletion #9579

jrieken opened this issue Jul 21, 2016 · 3 comments
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Jul 21, 2016

We have a first cut for the 'tab completion'-feature which is about inserting a snippet when matching a prefix and pressing Tab.

jul-21-2016 14-25-12

Open questions:

  • by default we have '24x7' Intellisense. combined with the new snippetSuggestions = top setting you can achieve the same
  • for Tab to work we need to know snippets statically which isn't true for completions of type snippet that come from contributed completion providers (IMO this is a corner case)
@jrieken jrieken self-assigned this Jul 21, 2016
@jrieken jrieken added feature-request Request for new features or functionality accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues labels Jul 21, 2016
@jrieken
Copy link
Member Author

jrieken commented Jul 21, 2016

ghetto tab completion using the snippetSuggestions property

jul-21-2016 14-32-25

@jrieken
Copy link
Member Author

jrieken commented Jul 21, 2016

@Microsoft/vscode looking for feedback on this

@d4rkr00t
Copy link

I've tested it a bit. And it works great, thanks so much!

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants