Should provide object member completions when missing commas; also should insert missing commas #52604
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Effort: Casual
Good issue if you're already used to contributing to the codebase. Harder than "good first issue".
Fix Available
A PR has been opened for this issue
Help Wanted
You can do this
Milestone
Today, if you try to request completions after an object literal element that has no comma, you'll get no useful contextual completions.
My proposal is that we do something similar to what we do in class elements, but maybe a little smarter.
We should continue to provide contextual completions, and also, those completions should automatically insert the
,
on the previous line.The text was updated successfully, but these errors were encountered: