No completion for string literal in binary equality #13789
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Fixed
A PR has been merged for this issue
Milestone
TypeScript Version: nightly (31/1/2017)
Code
Expected behavior:
Two line completion: ["abacus", "abaddon"].
Actual behavior:
File-based symbol completion.
Notes:
a = 'ab/**/
) and function calls (f('ab/**/)
) already. It should also work for comparisons to make the discriminated union pattern work better.The text was updated successfully, but these errors were encountered: