Kate SymbolBrowser Plugin is a Kate plugin and Juffed editors enabling developers to view the code structure in the form of a tree and jump to required functions and methods.
The tree tracks changes in real time; that is to say, if a programmer adds or deletes a function or changes its name, the changes get reflected in the tree immediately through the use of the multi-threaded code parsing.
The currently supported languages are:
* C
* C++
* CSharp
* Java
* Python
Issue tracker and latest SVN version are available at http://code.google.com/p/symbolbrowserplugin.
Product's homepage