Fork me on GitHub
#calva
<
2020-11-20
>
arielalexi11:11:05

Is it possible with calva to know where a function is used? meaning if I wrote function in the code, to see where in the project someone used it without doing text searching in all the project files ?

borkdude11:11:17

I don't know if Calva or CIDER provides that info, but clj-kondo can provide this information. E.g. https://github.com/benedekfazekas/morpheus uses that to visualize it.