Closed
Description
- VSCode Version: 1.11.2
- OS Version: Windows 10
Steps to Reproduce:
type Color = "Red" | "Green" | "Blue";
let color: Color = " <-- No auto-complete until I press Ctrl+Space
When I type the double quote, the auto-complete popup should be showed. It should work like when I type the dot after an object name, the auto-complete popup is showed without Ctrl+Space.