Fork me on GitHub
#cursive
<
2016-04-26
>
arthur.boyer22:04:34

When using “Search Everywhere”, is there a way that I can get it to find partial namespace matches? We have quite a large project, and a number of namespaces have a file called core.clj, to the point that search everywhere isn’t very good at finding them unless they’ve recently been used.

cfleming23:04:24

@arthur.boyer: Sadly I don’t think so. Search Everywhere doesn’t work very well with Clojure unfortunately, since it’s completely impossible to extend. I’d love to be able to add a new “Namespace” category, but there’s no way to do that.

cfleming23:04:33

I keep meaning to supply them with a patch to allow that.