-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: LS: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editor
Milestone
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.

jessetrinity and sam-s4s
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: LS: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editor