Closed
Description
Template Info added by @mjbvz
TS Version: 3.7.0-dev.20190910
Search terms
- intellisense
- suggest, suggestions
- quote
- quoteStyle
Original report
Steps to Reproduce:
- In settings, set : "typescript.preferences.quoteStyle": "single"
- Create a file like this :
export enum E {
VALID, INVALID
}
export interface a {
test: keyof typeof E;
}
const a: a = {
// should suggest with simple quote
test:
}
- Focus after 'test:' and launch suggestions with Ctrl+Space
- Choose first
Does this issue occur when all extensions are disabled?: Yes
Is there a way to autocomplete this with single quotes ? I haven't found any settings of this kind, except quoteStyle preferences.