clindex icon indicating copy to clipboard operation
clindex copied to clipboard

Index protocol extension implementations

Open jpmonettas opened this issue 6 years ago • 0 comments

Currently protocol var and protocol functions are being indexed but would be nice to also index implementations for each proto-fn for different types.

I think it can be done by implementing clindex.forms-facts/form-facts multimethod for clojure.core/extend-protocol, clojure.core/extend, clojure.core/extend-type and clojure.core/defrecord.

jpmonettas avatar Nov 06 '19 12:11 jpmonettas