I'll take a look at that clj-refactor.
Re: IntelliJ.
I vaguely (possibly incorrectly) recall there was someone who used the
eclipse capabilities for java source code analysis and cross referencing
and packaged it up as some kind of emacs extension. I wonder if anybody has
done that with IntelliJ.
Have you tried the 'find usages' functionality of
https://github.com/clojure-emacs/clj-refactor.el? Also - you might
want to download IntelliJ and give cursive a try - cursive is
fantastic for this sort of stuff
... and yes, I too feel a bit of despair that my suggestions is 'try
this other to
Still looking for basic slime-like who-calls in cider. Is it there and I'm
just missing it?
On Tue, Apr 19, 2016 at 9:57 AM, Dave Tenny wrote:
> Tags aside, a transtive closure who-calls report for a definition would
> still be appreciated.
>
> On Tue, Apr 19, 2016 at 9:53 AM, Dave Tenny wrote
Tags aside, a transtive closure who-calls report for a definition would
still be appreciated.
On Tue, Apr 19, 2016 at 9:53 AM, Dave Tenny wrote:
> Hmm, okay, trying etags, certainly plenty of google hits there as opposed
> to googling "cross reference". FYI, in terms of emacs compatibility, I
>
Hmm, okay, trying etags, certainly plenty of google hits there as opposed
to googling "cross reference". FYI, in terms of emacs compatibility, I
generally use CIDER if anybody has suggestoins for how to search without a
live repl or with a live repl but across projects or uberjars.
On Tue, Apr 19
Oh, if crossclj DOES do what I'm asking, please let me know, I found the
pages I visited a bit confusing as to how I might analyze my (private)
projects.
On Tue, Apr 19, 2016 at 9:30 AM, Dave Tenny wrote:
> I'm tired of doing 'find-grep' type operations (including that command in
> emacs).
>
> A
I'm tired of doing 'find-grep' type operations (including that command in
emacs).
Are there any decent tools for producing cross reference reports and emacs
who-calls data in some useful form?
A search on the topic mostly points to 'crossclj', which doesn't seem to be
what I want (I don't ne