-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: LS: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editor
Milestone
Description
Bug Report
π Search Terms
β― Playground Link
https://www.typescriptlang.org/play?#code/MYewdgzgLgBAhgLhgcjsmBeFyg
π» Code
// Trigger suggst after last quote
const a: 'a' = ''π Actual behavior
Suggests string literal completions ("a")
π Expected behavior
Doesn't suggest string literal completions
This is more general version of #51667 (I also opened this issue to ensure <input type='text'[||] /> case is captured)
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: LS: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editor