Fork me on GitHub
#lsp
<
2024-02-28
>
Timofey Sitnikov16:02:29

Hello Clojurians. I tried to use the infix library https://github.com/rm-hull/infix, but it does not seem to play nicely with LSP, is there an easy fix or is this something that cannot play nice with LSP. The image below shows what I am getting. If there is not way to work it out, I probably should not use the library.

ericdallo16:02:27

That would needed to be fixed on the clj-kondo part of clojure-lsp that it uses under the hood. There are ways to teach clj-kondo about magic macros like creating custom hooks, but I suspect this lib would require a considerable code for that custom hook

ericdallo16:02:35

@U04V15CAJ may have suggestions