Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External libraries don't show the full hierarchy #55

Open
Jairolaya12x opened this issue Jul 11, 2024 · 1 comment
Open

External libraries don't show the full hierarchy #55

Jairolaya12x opened this issue Jul 11, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Jairolaya12x
Copy link

Jairolaya12x commented Jul 11, 2024

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 Jairolaya12x added the enhancement New feature or request label Jul 11, 2024
@ericdallo
Copy link
Member

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 ericdallo added the help wanted Extra attention is needed label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Triage
Development

No branches or pull requests

2 participants