Goto definition not working for dependent libs since 2.0.137 #897
Closed
Description
Like clojure-lsp integration. Two things I noticed:
-
auto completion (goto/peek definition) does not work for namespaces from dependent libs. I remember standalone clojure-lsp supports these. Are they disabled in calva version?
-
After connecting to nrepl, goto/peek definition still does not work for external dependent libs. They used to work in 2.0.136.
Thanks!