Skip to content

Setting 'editor.action.triggerSuggest' as post completion command does show proposals #34565

@aeschli

Description

@aeschli

Inspired by #31948:

The idea is that on a completion of a css property, code assist is activated again, to show the proposals for the property values.

  • add 'editor.action.triggerSuggest' as post completion command
  • invoke the completion proposal
  • observe no completion window is opened

The triggerSuggest command is called, proposals are requested from the providers, but the operation is canceled before any suggestions are shown.
(cancel seems to come from SuggestController._onDidSelectItem)

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugsuggestIntelliSense, Auto CompleteverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions