lsp

gtbono 2024-10-26T21:01:52.474709Z

hey folks, I'm using Calva (and by extension, clojure-lsp) and I'm trying to get autocomplete working in a ClojureDart app. Is it supported by clojure-lsp?

👀 1
gtbono 2024-10-30T15:18:05.673209Z

if they provided a repl, would autocomplete be easier?

pez 2024-10-30T15:29:38.845639Z

If they would provide an nrepl server which provides completions, they will appear in Calva.

ericdallo 2024-10-30T15:33:43.431019Z

@giovanni968 for clojure-lsp no, we would need or a process or a lib

ericdallo 2024-10-28T12:40:05.194419Z

I saw you brought this to #clojuredart, but currently we don't support it because currently it's clj-kondo that provide analysis about each token in the code, and since these are functions/tokens from dart, it's not close to easy to have then as analysis

ericdallo 2024-10-28T12:40:49.132279Z

IMO this is something clojuredart team should provide a app/program that provide those dart/flutter analysis so we can consume, that would make easier to integrate to clojure-lsp

gtbono 2024-10-28T12:45:10.144699Z

makes sense! thanks for the answer gratitude

pez 2024-10-28T12:49:34.564489Z

Awesome to know what’s involved. Thanks!

pez 2024-10-28T12:50:59.629079Z

Maybe they could provide something similar to a source map…