No suggestions for string literal types when using an empty template string #19162
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
Good First Issue
Well scoped, documented and has the green light
Help Wanted
You can do this
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From microsoft/vscode#36161
TypeScript Version: 2.6.0-20171013
Code
Request auto complete at the
|
Expected behavior:
Returns entries for
'one'
and'two'
Actual behavior:
No entries returned.
We see the correct behavior if you use single or double quotes:
The text was updated successfully, but these errors were encountered: