We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
blink.cmp
<C-k>
In the following context:
<?php use App\|
After v0.9 blink.cmp no longer provides completions from phpactor LSP.
Both nvim-cmp and running phpactor manually work in the same context.
These are the items provided by the LSP that are not considered by blink.cmp for some reason:
{ client_id = 1, cursor_column = 8, data = 0, insertText = "Models", insertTextFormat = 1, kind = 9, label = "Models", score_offset = 0, sortText = "0165-Models", source_id = "lsp", source_name = "LSP" }, { client_id = 1, cursor_column = 8, data = 1, insertText = "Providers", insertTextFormat = 1, kind = 9, label = "Providers", score_offset = 0, sortText = "0165-Providers", source_id = "lsp", source_name = "LSP" } ### Relevant configuration ```lua
neovim
NVIM v0.10.3
v 0.11.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
In the following context:
After v0.9 blink.cmp no longer provides completions from phpactor LSP.
Both nvim-cmp and running phpactor manually work in the same context.
These are the items provided by the LSP that are not considered by blink.cmp for some reason:
neovim
versionNVIM v0.10.3
blink.cmp
versionv 0.11.0
The text was updated successfully, but these errors were encountered: