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 don't really know where to ask this, because I'm not sure if it's a problem with my coc language server config or if it's a problem with nimlsp. I use the same config that everybody and their mother recommends:
This works and has worked for quite a while now. However it only shows basic completions. They don't seem to always be context-aware and don't show anything more than just the names themselves.
Here's an example from nim in my neovim with the above language server config:
Every other language I use with an LSP configured shows much more. Here's an example from a Go project within reach:
Am I doing something wrong? Is something broken on my end? Or are these LSP features not implemented in nimlsp at this time? Thanks!
The text was updated successfully, but these errors were encountered:
I think it's an extra LSP thing that is not currently implemented, possibly textDocument/signatureHelp but LSP is unfortunately quite poorly documented for what each thing is supposed to do..
I recently implemented combining stuff with the same name into one entry. But for the full completion I think we need textDocument/signatureHelp implemented. I'll look into it
I don't really know where to ask this, because I'm not sure if it's a problem with my coc language server config or if it's a problem with nimlsp. I use the same config that everybody and their mother recommends:
This works and has worked for quite a while now. However it only shows basic completions. They don't seem to always be context-aware and don't show anything more than just the names themselves.
Here's an example from nim in my neovim with the above language server config:
Every other language I use with an LSP configured shows much more. Here's an example from a Go project within reach:
Am I doing something wrong? Is something broken on my end? Or are these LSP features not implemented in nimlsp at this time? Thanks!
The text was updated successfully, but these errors were encountered: