calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
arielalexi 2020-11-20T11:09:05.215Z

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 ?

borkdude 2020-11-20T11:13:17.215500Z

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.

bringe 2020-11-20T17:14:15.217300Z

It's on our radar: https://github.com/BetterThanTomorrow/calva/issues/215