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
I'm trying to set up completion in a way that it shows from where a class would be imported.
I'm not quite sure where to get the path from but the documentation said that label_detail and label_description are only available when the lsp supports that feature. label_detail is missing while label_description is present which makes me think that the lsp does support the description one. However. When I use it it does not show up however. The column that has the description stays empty while all others (besides source_id) seem to work.
There is no error thrown or anything. Maybe I have to enable that somewhere first?
The LSP I'm using it the kotlin-language-server by fcwd.
This is my configuration:
Plugin Spec (loaded as a dependency of nvim-lspconfig:
This discussion was converted from issue #1129 on February 01, 2025 20:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to set up completion in a way that it shows from where a class would be imported.
I'm not quite sure where to get the path from but the documentation said that
label_detail
andlabel_description
are only available when the lsp supports that feature.label_detail
is missing whilelabel_description
is present which makes me think that the lsp does support the description one. However. When I use it it does not show up however. The column that has the description stays empty while all others (besidessource_id
) seem to work.There is no error thrown or anything. Maybe I have to enable that somewhere first?
The LSP I'm using it the kotlin-language-server by fcwd.
This is my configuration:
Plugin Spec (loaded as a dependency of
nvim-lspconfig
:lua/lsp/cmp.lua
Beta Was this translation helpful? Give feedback.
All reactions