Replies: 3 comments 3 replies
-
You should set the proper range (by default it just replaces the word at the given position, hover |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@pennywort hi! I'm struggling with the same case right now. Did you find the solution? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I use custom inline completion provider this way:
What I'm trying to implement is already possible in vscode (discussed here):

Yellow text provided by custom inline completer. Preview options is false as well in example code.
What I can get in playground:

In my inline suggestions I have item with label "document.addEventListener" but when typing "doc" it only triggers suggest adapter and ghost text is not showing at all.
The questions:
I'm not sure the 2nd is connected with 1st.
Beta Was this translation helpful? Give feedback.
All reactions