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
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)
And currently is showing only the current file without option to jump to others
The text was updated successfully, but these errors were encountered:
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
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)
And currently is showing only the current file without option to jump to others
The text was updated successfully, but these errors were encountered: