Fork me on GitHub
#lsp
<
2021-08-08
>
Drew Verlee16:08:56

Whats the best way to show all functions or symbols in a clojure(script) project? i see there is https://clojure-lsp.github.io/clojure-lsp/features/ "show all workspace project symbols" Will that require me to install ivy?

ericdallo16:08:12

if using emacs, I think there is an option via helm or ivy

ericdallo16:08:40

I use ivy though and it works great

ericdallo16:08:57

lsp-ivy-workspace-symbol

Drew Verlee16:08:28

helm-lsp-workspace-symbol seems to do it. just didnt see it

👍 3