-
Notifications
You must be signed in to change notification settings - Fork 944
Closed
Labels
discussioninfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Hello :)
Given we have a css file like this,
with the cursor being |:
div {
mar|gin: 0; // <- primary cursor is on this line
}
div {
mar|gin: 0;
}
Imagine that all completion items have a TextEdit.
My main question is:
What is the best way to apply a TextEdit of the selected completion item
correctly on both places?
How do I handle multi-cursor TextEdit-s?
- Do I need to fire multiple requests for each cursor position?
- or do I make only one request, and based on some algorithm calculate an offset
and for each cursor apply the TextEdit with the offset for each cursor?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
discussioninfo-neededIssue requires more information from posterIssue requires more information from poster