Skip to content

add ctrl+i and Cmd+i to toggleSuggestionDetails #131956

@heartacker

Description

@heartacker

VSCode have add a new keybinding for triggerSuggrstion , #105207
so, remenber to add ctrl+i for toggleSuggestionDetails which is usiing the same ctrl+space

{
  "key": "ctrl+i",
  "command": "editor.action.triggerSuggest",
  "when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
}

let add this

{
  "key": "ctrl+i",
  "command": "toggleSuggestionDetails",
  "when": "suggestWidgetVisible && textInputFocus"
}

image

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsiderssuggestIntelliSense, Auto CompleteuxUser experience issuesverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions