jpmonettas / clindex

A Clojure[Script] source code indexer
Eclipse Public License 1.0
119 stars 6 forks source link

Index protocol extension implementations #4

Open jpmonettas opened 4 years ago

jpmonettas commented 4 years ago

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.