clindex icon indicating copy to clipboard operation
clindex copied to clipboard

A Clojure[Script] source code indexer

Results 5 clindex issues
Sort by recently updated
recently updated
newest added

What would be involved in including edn files during the scan? I'm interested in scanning configuration files but I also want my scan to pick up changes the same way...

This is called when the watcher detects a file change and should return true only for files that when changed should be reindexed (clj, cljs, clj) depending on platform. Maybe...

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...

enhancement

I think this can be accomplished by implementing `clindex.forms-facts/form-facts` multimethod for `clojure.core/deftype` and `clojure.core/defrecord`

enhancement

Would be nice to be able to query the byte offset of a symbol inside a file since :var/line depends on knowing the number of preceding newlines, if for example...

enhancement