monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

[Question] how to customize the replace range when completion item was selected?

Open KamiC6238 opened this issue 3 years ago • 0 comments

Description

follow the image, the 'next' completion item actually is '->next', so when i pick the 'next' completion, it would be the second image image

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? image

KamiC6238 avatar Sep 06 '22 06:09 KamiC6238