We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: 2.8.0-dev.20180125
Code
const x: "a" | "b" = /**/
Expected behavior:
Get "a" and "b" as completions (in addition to global symbols).
"a"
"b"
Actual behavior:
No useful completions.
Issue from #21372 (comment)