* use single quote preference * have the snippet below, trigger intellisense * :bug: double quotes are used ```ts type Foo = 'abc' | 'def'; let f: Foo = ``` <img width="303" alt="Screenshot 2019-05-21 at 12 16 03" src="https://user-images.githubusercontent.com/1794099/58088139-54515900-7bc2-11e9-91d7-bdde05a03b74.png">