This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
No definition/description during autocomplete with the Deno LSP #187
Labels
Comments
{
commitCharacters = { ".", ",", "(" },
data = {
entryNames = { "fetch" },
file = "/home/elianiva/codes/scratch/caesar.ts",
line = 27,
offset = 3
},
detail = "function fetch(input: RequestInfo, init?: RequestInit): Promise<Response>",
insertTextFormat = 2,
kind = 3,
label = "fetch",
sortText = "5"
} compared to what {
insertTextFormat = 2,
kind = 3,
label = "fetch",
sortText = "5"
} Pretty sure it's in |
@elianiva Thank you for your work. I'm very saved to your work around issue responsing. |
43 tasks
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hm... OK. I will check it. Thank you. |
There is a new issue for the bad formatting #373 The issue with no definition/description during autocomplete with the Deno LSP seems solved so I will close the issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
tsserver
lsp (https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#tsserver) shows a definition of the function during autocomplete:but the
denols
lsp (https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#denols) does not:but the definition is there as it is shown when
K
(lua vim.lsp.buf.hover()
) is pressed:Is this a problem with
nvim-compe
or thedenols
? Thanks.NVIM v0.5.0-dev+1089-gdc3ca16a9 (updated today to latest version)
nvim-compe (updated today to latest version)
The text was updated successfully, but these errors were encountered: