clj-kondo

https://github.com/clj-kondo/clj-kondo
ericdallo 2020-08-16T02:05:25.027800Z

Hey borkdude, clojure-lsp is using clj-kondo and it's working nice, it's a nice integration 🙂 I think that it's just missing migrate the references implementation to use clj-kondo, but I'm not sure if we could do that use the analysis data

borkdude 2020-08-16T07:06:02.031200Z

You can with :output {:analysis true :format :edn}, and you can use that data. See the config page. Anakondo is a tool for emacs which also uses this approach

ericdallo 2020-08-16T13:27:01.031700Z

Nice, I'll take a look, thanks!

ericdallo 2020-08-16T02:09:01.027900Z

Currently, when the server starts, clojure-lsp scan all the project with clj-kondo saving in the :cache-dir , I would like to know if we can use this data from all the project to get all references/usages on the project