Replies: 2 comments
-
How do you solve this problem now? I have the same problem. I also tried to use range to implement it. However, it is found that the effect is not consistent with the understanding of the document description, and the effect is very strange. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
follow the image, the 'next' completion item actually is '->next', so when i pick the 'next' completion, it would be the second image

and i try to use
range: { insert: range, replace: range }
but not working, can anyone tell me how to cusomize the replace position to resolve that problem like the follow expected image?

Beta Was this translation helpful? Give feedback.
All reactions