Fork me on GitHub
#emacs
<
2023-01-10
>
dvingo22:01:07

hi, I'm attempting a switch from cursive to emacs for development. cursive has a nice feature that shows you the symbols in a namespace for a quick overview https://cursive-ide.com/userguide/navigation.html#file-structure is there something similar with cider/clojure-lsp?

ericdallo22:01:31

Yes, I think you mean the lsp-workspace-symbols or lsp-document-symbols?

ericdallo22:01:46

You need lsp-treemacs installrd

❤️ 2
👍 2
dvingo00:01:17

very nice! lsp-treemacs-symbols and lsp-ui-imenu look like exactly what I need :) thanks!

👍 4
Chris Clark19:01:47

There is also cider-browse-ns, which you can run on any namespace that’s been loaded in cider.