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

phpactor namespace completion stopped working after blink.cmp v0.9 #1125

Open
2 tasks done
tomushkin opened this issue Jan 31, 2025 · 0 comments
Open
2 tasks done

phpactor namespace completion stopped working after blink.cmp v0.9 #1125

tomushkin opened this issue Jan 31, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@tomushkin
Copy link

Make sure you have done the following

  • Updated to the latest version of blink.cmp
  • Searched for existing issues and documentation (try <C-k> on https://cmp.saghen.dev)

Bug Description

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 version

NVIM v0.10.3

blink.cmp version

v 0.11.0

@tomushkin tomushkin added the bug Something isn't working label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant