Fork me on GitHub
#lsp
<
2021-09-18
>
mac17:09:54

Hey all, I use methodical extensively in my code. Methodical has a defmethod macro which like Clojures defmethod can destructure its parameters. Lsp does not understand this and reports a million "Unresolved symbol" errors. Is there a way I can "teach" lsp that methodicals defmethod is like Clojures defmethod?

anonimitoraf17:09:33

Yep. Look into clj-kondo's lint-as

☝️ 2
mac17:09:37

Oh, super. Thanks.

mac18:09:04

Very cool, that works.