Need help for textDocument/signatureHelp
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.
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.
If you are using VSCode, I'd strongly recommend using: https://github.com/saem/vscode-nim
According to nimlsp README,
textDocument/signatureHelpisn't implemented yet.
Thanks for your advice,but saem/vscode-nim compelte speed is slow..
I'm going to try to finish textDocument/signatureHelp
If you are using VSCode, I'd strongly recommend using: https://github.com/saem/vscode-nim According to nimlsp README,
textDocument/signatureHelpisn'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