We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Template Info added by @mjbvz
TS Version: 3.7.0-dev.20190910
Search terms
Original report
Steps to Reproduce:
export enum E { VALID, INVALID } export interface a { test: keyof typeof E; } const a: a = { // should suggest with simple quote test: }
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.
Template Info added by @mjbvz
TS Version: 3.7.0-dev.20190910
Search terms
Original report
Steps to Reproduce:
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.
