随笔-84  评论-56  文章-0  trackbacks-0

CodeExplorer is IntelliJ Idea plugin that helps to explore method call chains.
Its tool window shows methods and calls between them on a handy diagram.
Now you can see usages and structure of several methods on a single diagram!

Start from Analyze menu to display method calls from one method (method structure) or between methods in class.
Click on method nodes to display what methods they call or its usages!

You can choose on graph toolbar what to show on method node click: usages or called methods:

 

Download it here.

posted on 2008-12-09 12:45 忆风 阅读(360) 评论(0)  编辑  收藏 所属分类: IDE