Fork me on GitHub
#lsp
<
2023-09-10
>
vemv07:09:06

What's the graalvm support for clojure-lsp like? Can it be considered fully trustable? I'd be interested in invoking refactorings with no LSP protocol involved, e.g. spin up a graalvm for one-off tasks Kind of like lein-clojure-lsp, but faster

borkdude10:09:47

Fully supported

💯 2
ericdallo12:09:47

I'd not using LSP/not using in a editor, you will need to use the API: https://clojure-lsp.io/api/cli/ And only rename refactor is implemented right now for "nobody needed that before" reasons, should not be hard to support others, but I'd like to understand how you intend to use that and what you expect

2
vemv18:09:41

Thanks! For now I just wanted to test the waters / get some preliminary info. In a not-too-far future I should get back at this. I have bit of a backlog atm.

👍 2