-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
TypeScript Version: 3.8.0-beta
Search Terms:
- CompletionsTriggerCharacter
- completionInfo
- suggestions
- completions
Problem
To support private fields, VS Code now triggers suggestions when you type #
(microsoft/vscode#88816) However TS Server does not yet recognize #
as a valid completion trigger character.
I suggest that we add #
as a valid TS completion character. This trigger character could also be used to filter down the list of items we may need to return (if completions are triggered with #
, we likely only need to check private properties)
robpalme
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFix AvailableA PR has been opened for this issueA PR has been opened for this issue