Fork me on GitHub
#cursive
<
2016-04-27
>
arthur.boyer00:04:02

@cfleming: Thanks for being on top of this stuff, as always. I suspect that requiring search everywhere to find anything is a code smell that we should address anyway 😉

cfleming00:04:35

@arthur.boyer: hehe, I don’t know about that - I think more people would use it for Clojure if it worked better. In general, making the user think less is better simple_smile

rauh06:04:17

I was also wondering that. OTOH, Search symbol works pretty well globally (if you can remember the symbol).

cfleming08:04:03

@rauh: Right, but it doesn’t work for namespaces sadly.

cfleming08:04:25

And I can’t make it work for namespaces without namespaces also appearing in the “Go to Symbol” dialog.

imre08:04:02

wondering why it is bad for namespaces to appear there?

ikitommi15:04:57

@arthur.boyer: you can define namespace in a search with /, so kikka/co will find your mydomain.kikka/core.clj.

arthur.boyer22:04:07

@ikitommi: That works great, thank you!