clojure-lsp / clojure-lsp

Clojure & ClojureScript Language Server (LSP) implementation

Home Page:https://clojure-lsp.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

External libraries explorer

gasilveira opened this issue · comments

Is your feature request related to a problem? Please describe.

In some vs code languages (like gon or java) the developer has the option to see and explore external libraries included in the project using a tab in explorer.
And today for calva the only option is navigating throw the imports of the function or running a cmd:
lein deps :tree

My suggestion is to include a plugin or feature that includes an "External Libraries" explorer available for calva users
Bellow is an explample from intellij available for cursive users:
image

Thanks, I think we can provide a custom method providing this info, so clients can integrate

@gasilveira Done! Also, I implemented support for emacs-lsp as the first candidate
image

https://clojure-lsp.io/features/#project-tree