Provide support for comma insertion with snippet completion #54731
Labels
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Rescheduled
This issue was previously scheduled to an earlier milestone
Suggestion
An idea for TypeScript
Milestone
Bug Report
Support comma insertion with snippet completion
🔎 Search Terms
object literal method snippet
💻 Code
🙁 Actual behavior
On selecting the completion that inserts just
foo
, the comma gets inserted, but on selecting the snippet completionfoo()
, the comma is not inserted. This happens because both the comma insertion and snippet completion have their ownCompletionSource
.🙂 Expected behavior
The text was updated successfully, but these errors were encountered: