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?
if they provided a repl, would autocomplete be easier?
If they would provide an nrepl server which provides completions, they will appear in Calva.
@giovanni968 for clojure-lsp no, we would need or a process or a lib
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
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
makes sense! thanks for the answer gratitude
Awesome to know what’s involved. Thanks!
Maybe they could provide something similar to a source map…