-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Inline ghost completion #2977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline ghost completion #2977
Conversation
…sed. Currently using deletion box as well.
|
…multi-suggestions
// Only trigger inline suggestions if selected group should use them | ||
if (shouldTriggerInline) { | ||
try { | ||
await vscode.commands.executeCommand("editor.action.inlineSuggest.trigger") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waarom gebeurt dit hier en niet in de inline ghost provider?
I'd prefer it if we would make the code less interwoven with the provider, so instead of adding code to the provider, we could probably do something like
|
|
inline-ghost.mov