Skip to content
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

wip(inline_completion): add inline completion support #1214

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tris203
Copy link
Contributor

@tris203 tris203 commented Feb 13, 2025

really rough pass, but this allows for the behaviour of something like the copilot blink plugins without the need for a plugin. just have copilot.lua and it will suggest from the lsp that it runs

Alternatively, you can just attach the copilot lsp from GitHub. Although you would still need a method for authenticating etc

- Added `inlinecompletion.lua` to handle inline completions.
- Modified `init.lua` to integrate inline completion with existing completion.
- Updated `get_completions` to include inline completion clients.
- Enhanced `resolve` function to handle inline completion items.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant