Fork me on GitHub
#editors
<
2018-08-13
>
Nick Cabral21:08:57

@pez I'm interested in contributing to calva by exploring the possibility of supporting vscode's CodeLens feature for clojure code. Since calva already enables "Go to definition" support in the editor, allowing navigation in the opposite direction (function definition -> function usage) sounds like it should be possible. Any reason you think that it's not possible, before I jump into the calva source?

dominicm21:08:18

Refactor-nrepl provides an op for that. Replant uses it

Nick Cabral21:08:38

Great! I'll look to that as an example for how to implement it.

Nick Cabral21:08:42

thanks for the info