clojure-lsp-intellij icon indicating copy to clipboard operation
clojure-lsp-intellij copied to clipboard

External libraries don't show the full hierarchy

Open Jairolaya12x opened this issue 1 year ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. In Cursive when you open an external library you have the option to navigate in the hierarchy through the files and folders of that.

Describe the solution you'd like I really like to know other files or classes that I can use without having the full context, but in this case is complex to navigate

Describe alternatives you've considered Not found

Additional context

(Look at the bottom as cursive exposes the hierarchy of the files and folders of the library) image

And currently is showing only the current file without option to jump to others image

Jairolaya12x avatar Jul 11 '24 22:07 Jairolaya12x

That happens because clojure-lsp decompiles or find one file per navigation, so it doesn't know the others in the same hierarchy until you navigate, but we could improve this behavior although it's kind of complex

ericdallo avatar Jul 30 '24 12:07 ericdallo

Fixed in #53

ericdallo avatar Feb 17 '25 18:02 ericdallo