Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Alexei has posted 5 posts at DZone. View Full User Profile

CodeExplorer 1.0 for IntelliJ Idea

11.04.2008
Email
Views: 3732
  • submit to reddit

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.

 

0
Published at DZone with permission of its author, Alexei Orischenko.

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)