-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Closed
Labels
accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
We have a first cut for the 'tab completion'-feature which is about inserting a snippet when matching a prefix and pressing Tab.
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)
Metadata
Metadata
Assignees
Labels
accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality