nimlsp icon indicating copy to clipboard operation
nimlsp copied to clipboard

Need help for textDocument/signatureHelp

Open junknet opened this issue 4 years ago • 3 comments

I'm new to the NIM language,I've been reading your code for a long time, but I still don't know how to complete for lsp textDocument/signatureHelp. Can you help me.Thank you very much! I'm working on vscode-nimlsp.

junknet avatar Jun 19 '21 12:06 junknet

If you are using VSCode, I'd strongly recommend using: https://github.com/saem/vscode-nim

According to nimlsp README, textDocument/signatureHelp isn't implemented yet.

zetashift avatar Jun 22 '21 11:06 zetashift

If you are using VSCode, I'd strongly recommend using: https://github.com/saem/vscode-nim

According to nimlsp README, textDocument/signatureHelp isn't implemented yet.

Thanks for your advice,but saem/vscode-nim compelte speed is slow.. I'm going to try to finish textDocument/signatureHelp

junknet avatar Jun 22 '21 16:06 junknet

If you are using VSCode, I'd strongly recommend using: https://github.com/saem/vscode-nim According to nimlsp README, textDocument/signatureHelp isn't implemented yet.

Thanks for your advice,but saem/vscode-nim compelte speed is slow.. I'm going to try to finish textDocument/signatureHelp

Ah, I wish I could help, but I know very little of LSP! :( You might be able to check out: https://github.com/bung87/vscode-nim-lsp and https://github.com/bung87/nimlsp

zetashift avatar Jun 22 '21 16:06 zetashift