Building a modified Call Hierarchy pane plugin. Looking for source code or examples to work with. Any pointers?

已回答

I'd like to extend the Call Hierarchy pane with features to provide more focus and context, as a primary navigation tool for API services and consumers, whose code is very much based around the branching flow that stems from a call/event handler. A pointer to that specific code and any supporting documentation, or a related plugin that I could work from (or possibly just use without having to reinvent the wheel) would be greatly appreciated!

0

The base class is com.intellij.ide.hierarchy.HierarchyBrowserBase, from there you can explore language specific implementations in IJ Community sources.

0

请先登录再写评论。