[ANN] DeepFind 1.0 (initial release)
I've created a plugin which allows you to view the set of find usages leading to a particular method. In large projects, it'll take a little time to generate the tree (took 10-15 seconds occasionally with my normal work code).
Website and download at: http://www.intellij.org/twiki/bin/view/Main/DeepFind
请先登录再写评论。
I like it so far.
I tested it on a method that I use in a project, that is extremely common, and it worked; it took a few seconds but it was a lot quicker than me trying to find usage myself to death. :)
However, one thing I noticed, you need a scroll bar if the list gets too log.
James Boe wrote:
What's the advantage over the built-in call hierarchy tool (click a
method name, then Ctrl-Alt-H or View | Call Hierarchy)? They seem to do
the same thing.
Why IntelliJ is so great--you use it for 10 hours/day, and still occasionally run into features that you didn't know about. Oh well, was a good chance to learn how to write plugins.