Clojure-lsp go to definition not working for dependencies/core library functions #11484
Unanswered
tknawara
asked this question in
Troubleshooting
Replies: 1 comment 7 replies
-
What does the log say in verbose mode when opening one of these references ( |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hey,
Thanks for the great editor, I've been using it for some time and really enjoy it. I'm facing an issue with clojure-lsp, in particular when trying to go to definitions for dependency functions or functions in the standard library (like println).
Reproduction Steps
I tried this:
hx
for clojure file (clojure lsp is installed in the path).I'm doing this on nixos, I have the flake.nix file that I created for the project
I expected this to happen:
I expected code in the external dependency to show up
Instead, this happened:
helix shows an empty buffer instead, I can see the path of the dependency resolved correctly, something like
Helix log
~/.cache/helix/helix.log
Platform
linux
Terminal Emulator
wezterm (commit 0ac1e94)
Installation Method
nixpkgs
Helix Version
helix 24.7 (079f544)
Beta Was this translation helpful? Give feedback.
All reactions