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 ?
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.
It's on our radar: https://github.com/BetterThanTomorrow/calva/issues/215