editors

Discussion about all editors used for Clojure/ClojureScript
2018-08-13T21:16:57.000159Z

@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?

dominicm 2018-08-13T21:18:18.000094Z

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

2018-08-13T21:20:38.000017Z

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

2018-08-13T21:20:42.000228Z

thanks for the info