Fork me on GitHub
#cider
<
2015-09-24
>
sgrove00:09:03

@voxdolo: Beautiful, thanks! Looks like it finds a few duplicate entries though, wonder how it’s implemented

jcsims00:09:47

sgrove: I usually use projectile’s search for the full namespace

sgrove00:09:21

@jcsims: searching for the token in plain text across the files in the project?

jcsims00:09:30

I thought find-usages required namespaces to be loaded/evaluated, but might be wrong on that one

sgrove00:09:23

jcsims: Yeah, that seems likely actually, good catch. What helm command do you use to search for the string?

jcsims00:09:43

I don’t use helm, just plain projectile

sgrove00:09:46

Err, projectile, sorry

jcsims00:09:06

and I have the silver searcher installed, super fast

benedek13:09:18

find-usages uses tools.analyzer to find usages

benedek13:09:19

tools.analyzer evals the code when it builds ASTs. so u dont need to load ur namespaces but yes they are evaluated

benedek13:09:51

duplicates: can u pls file a bugreport on clojure-emacs/refactor-nrepl?

borkdude14:09:18

in emacs when I search with helm-ag, how can I refresh the results (like g in rgrep)?

jcsims15:09:51

borkdude: not sure about helm-ag, but the regular ag search results window responds to g