Is there a way to have clojure-lsp expand a particular macro (I guess it falls out the static analysis business it's based on)?
it's a macro that generates a bunch of defns and I was hoping to get them available in completions
what you mean? any code example?
ahh
hum, I believe if you have a custom clj-kondo hook that declares those defns it should work?
I will have to look into it. I would have to generate these hooks before-hand
yeah the hook is the only way I can see