Open timursaurus opened 1 year ago
Enclosing all properties with double quotes that contain whitespace like here would be ideal, i think
It would also be beneficial to vscode, there would be no need of this: https://github.com/microsoft/vscode/pull/184813/files#diff-538486fb97b1468cfba2687ad235dc1002a37be24f0aecbcf20eb34a44466d05R95
@RyanCavanaugh Hey! Is anybody working on this?
I'd love to jump on getting it resolved. Any hints of what to look for?
I believe src/services/completions.ts
would be a good place to start?
Bug Report
Found while fixing VSCode suggestions: https://github.com/microsoft/TypeScript/issues/54627
🔎 Search Terms
completion, completionInfo, dot notation
⏯ Playground Link
Playground link with relevant code
💻 Code
However, suggestions work inside an object:
🙁 Actual behavior
Accessed with dot notation:
Accessed inside an object:
completionInfo
- ts command id https://github.com/microsoft/TypeScript/blob/main/src/services/completions.ts🙂 Expected behavior
Responses should be the same