lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
snoe 2021-03-22T01:02:25.076200Z

how does it work, code actions should be editor agnostic right?

nmkip 2021-03-22T01:23:29.076500Z

Will it be available in AUR?

ericdallo 2021-03-22T02:02:54.076700Z

@snoe this action uses a lsp-mode feature called action-handler, it's used on lsp-java, rust and other LSP, it's useful to when you need user input before applying the action, But yeah, the editor needs to handle that as well

ericdallo 2021-03-22T02:03:35.076900Z

@juan.ignacio848 yes, probably @dharrigan will release it tomorrow

bartuka 2021-03-22T02:38:46.077400Z

amazing work @ericdallo

1
dharrigan 2021-03-22T04:48:10.078100Z

It's there now 🙂