lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
ericdallo 2021-03-27T00:34:26.136900Z

Hey @meditans, are you looking this? https://github.com/clojure-lsp/clojure-lsp/issues/384

ericdallo 2021-03-27T00:34:59.137200Z

If not, I'd like to start to implement ๐Ÿ™‚

1๐ŸŽ‰
devn 2021-03-27T05:16:17.137900Z

just as a note: I think itโ€™s generally a bit unclear what packages you need installed to get the feature, or which M-x cmd matches which feature, or if thereโ€™s a default binding for it, etc. There may be a good reason for this, I donโ€™t know.

william 2021-03-27T08:59:57.138400Z

Hey @ericdallo, please feel free to start working on it! I'd hate the feature to be delayed on my account! Can't wait to try it!

ericdallo 2021-03-27T13:24:14.138900Z

Thanks ๐Ÿ™‚ I already implemented, it was not hard after the work done by incoming call hierarchy ๐Ÿ˜„ I'm doing some tests and fixing some user cases

ericdallo 2021-03-27T13:25:19.139100Z

I think lsp-mode has which integration which shows all features via keybindings?

ericdallo 2021-03-27T22:30:07.139500Z

If you want to give a try: https://github.com/clojure-lsp/clojure-lsp/pull/387