Eric Dallo

Results 686 comments of Eric Dallo

Also I don't see the count on your code actions, which makes me believe your clojure-lsp is really outdated ![Image](https://github.com/user-attachments/assets/409c3724-bda3-4d0c-b2c8-8fa3c89fa511)

hum, I think I see what's happening here, this happens only with `refers`, like, I guess you typed `inject-cofx`? If you write the `alias/function`, does it happens too?

it's been some time I don't touch [that code](https://github.com/clojure-lsp/clojure-lsp/blob/072a1ad5609de4983694efb62226fb0d5688abb5/lib/src/clojure_lsp/feature/code_actions.clj#L117), but it seems there are cases when count is not available, needs to take a closer look

I recommend lsp-dart 😛

I think this is possible, but I wonder how the best way to find the lenses, I mean, should we search at the current line? search in the "function" scope?...