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
Hi!
Can you tell me how to make autocompletion work for vscode?
I installed the official extension for vscode and configured it as follows: "nim.formatOnSave": true, "nim.lsp.path": "/nix/store/9864sl1z1xdfh3jvfsq1246xq82295hn-nimlangserver-1.8.1/bin/nimlangserver",
If I run nimlangserver manually, it works (but it doesn't affect auto-completion):
if you have the nimlangserver in your path, it should pick it automatically rather than setting up the path. Can you try that?
BTW you didnt attach any screenshot.
Hi!
Can you tell me how to make autocompletion work for vscode?
I installed the official extension for vscode and configured it as follows:
"nim.formatOnSave": true, "nim.lsp.path": "/nix/store/9864sl1z1xdfh3jvfsq1246xq82295hn-nimlangserver-1.8.1/bin/nimlangserver",
If I run
nimlangserver
manually, it works (but it doesn't affect auto-completion):In output, where
Nim Lsp
is empty (see screenshot)If I select F1 -> Show Nim Language Server Status, I get an error (see screenshot 2)
Maybe I'm doing something wrong and haven't adjusted something?
The text was updated successfully, but these errors were encountered: