Inline completion not working as expected #1107
-
I am trying to understand how the inline code completion feature of vs code works and how I can use it in an extension. So, to understand its working, I went and looked at its code sample here.
I try running it regardless to see if it still works and it opens a new window as a playground with the below code:
I try typing in "console" just as they did in the demo gif in the sample code page I linked earlier but I am not getting the inline completion. I am just getting normal completion: Also, I noticed that gif in the sample code is slightly cropped so I am not fully sure how they activated the inline completion as well. So, I need help with two things:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The sample needs updates. See
A simple workaround is to install VS Code Insiders . |
Beta Was this translation helpful? Give feedback.
The sample needs updates. See
A simple workaround is to install VS Code Insiders .