You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to version 0.9.1 some problems appeared with vtsls and emmet-language-server at the same time, until version 0.9.0 everything was ok.
In particular, the properties of objects in javascript are lost and only the suggestions of emmet are visible.
I attach some screenshots to be clearer:
version 0.9.0, both javascript and emmet suggestions are visible.
version 0.9.2 ( or 0.9.1 ), with emmet enabled only the emmet suggestion is visible:
version 0.9.2 ( or 0.9.1 ), with emmet disabled javascript suggestion is visible:
As for the configuration, this also happens with a standard {} configuration.
Thanks for the work you are doing, I hope this feedback can be clear enough.
Relevant configuration
No response
neovim version
0.10.3
blink.cmp version
0.9.1 / 0.9.2
The text was updated successfully, but these errors were encountered:
I appear to be having the same problem, with Emmet and Elixir_ls. When Emmet is active I'm not getting completions from the elixir server at all. Turning off emmet gives me elixir completions.
Having the same problem here inside tsx files, i've also noticed that lsp suggestions start appearing again when wrapping the code around any sort of bracket
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev!)Bug Description
After updating to version
0.9.1
some problems appeared withvtsls
andemmet-language-server
at the same time, until version0.9.0
everything was ok.In particular, the properties of objects in javascript are lost and only the suggestions of emmet are visible.
I attach some screenshots to be clearer:
version
0.9.0
, bothjavascript
andemmet
suggestions are visible.version
0.9.2
( or0.9.1
), withemmet
enabled only theemmet
suggestion is visible:version
0.9.2
( or0.9.1
), withemmet
disabledjavascript
suggestion is visible:As for the configuration, this also happens with a standard
{}
configuration.Thanks for the work you are doing, I hope this feedback can be clear enough.
Relevant configuration
No response
neovim
version0.10.3
blink.cmp
version0.9.1 / 0.9.2
The text was updated successfully, but these errors were encountered: