clojure-complete
clojure-complete copied to clipboard
Let the user disable Clojure-generated classes
Hello there,
Completions such as clojure.core$unchecked_remainder_int or the more extreme ring.adapter.jetty/ring.adapter.jetty.proxy$org.eclipse.jetty.server.handler.AbstractHandler$0 can be pretty noisy both in terms of number and length, especially when leveraging popup-based completions such as ac-nrepl.
Can these be disabled? If that was the case, a nice config mechanism surely would be providing a key at one's project.clj.
Thanks - Victor