Fork me on GitHub
#lsp
<
2022-12-19
>
Noah Bogart20:12:02

If I have a protocol and implement it in a defrecord, I can see that (and other implementations) with lsp-find-implementation. However, if a protocol has :extend-with-meta true and I create an implementation with (with-meta obj {proto/some-func #'some-func-impl})` , I can't see that with lsp-find-implementations. Is this a feature y'all are thinking about?

☝️ 1
🔥 1
ericdallo21:12:20

I didn't even know about that 😂

👍 1
ericdallo21:12:38

definitely we don't support it , please create a issue with an example

Noah Bogart21:12:44

Sure thing! Thanks

ericdallo21:12:58

I hope clj-kondo supports it, otherwise we would need to add support there first

👍 1