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`.
bringe 2020-12-13T19:32:02.221100Z

Hello Calva friends, some more changes with the clojure-lsp branch are ready for testing with this vsix: https://8976-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.135-feat-lsp-client-ff64b560.vsix I've figured out how to disable some features that either still need some work in clojure-lsp, or that Calva does better on its own. Things you can do thanks to clojure-lsp in this vsix (and without a repl connection): • Go to definition/references • Peek definition/references • Find all references • Rename symbol • Change all occurrences • Enable references code lens via the new setting (disabled by default)

3🙌
bringe 2020-12-13T19:38:52.222200Z

Here's the references code lens feature in action. Click them to peek references.

1🤘
bringe 2020-12-13T19:39:59.223300Z

Also, this version of the branch is very close to being ready for release, so please give it a spin and report any issues you might find.