cursive

Issues at: https://git.io/cursive-issues
Jakub Holý 2020-11-20T18:42:02.256900Z

Is there a way to teach Cursive to resolve symbols pointing to functions in another namespace, re-exported via a custom macro? There are fns such as tech.v3.dataset/column-count that are re-exported from a namespace that I require like this:

(exporter/export-symbols tech.v3.dataset
                         column-count
                         row-count)
When I require ☝️ as middleman-ns, I want Cursive to understand that middleman-ns/column-count is a fn. The exporter: https://github.com/cnuernber/dtype-next/blob/master/src/tech/v3/datatype/export_symbols.clj#L4