lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
ericdallo 2020-12-29T13:50:28.091300Z

Released version 20201229T134026 which adds supports for more common semantic tokens: • type for the alias on function calls • function for declared def / defn and refered symbols • macro for defmacros This behaviour can be disable by the semantic-tokens? flag

🤘 2
ericdallo 2020-12-29T16:08:23.094500Z

@pez do you know if Calva as client already supports it by some magick alreday done by VScode or you need to implement it manually?

pez 2020-12-29T16:29:09.095Z

I was wondering the same thing. Will need to try and see what happens.

🤘 1