Using This plugin one can navigate the code easily.Source Code and detailed user manual inHttps://github.com/league1991/CodeAtlasSublime .
Find callers/calleesPress alt+c/v to find callers or calleesPress alt+up/down/left/right in Sublime Text -to-jump to new functions
Find Class HierarchyPress alt+b to find base and derived class
Find Overloaded FunctionsPress Alt+o to find overloaded functions
Find Class MemberPress alt+m to find all class variables and the largest member function.Press Alt+m several times to see smaller member functions.
Find Variable UsagePress Alt+u to find all functions this use selected variable
save/load Relationship GraphPress Alt+num to show relationship graph listed on the top left cornerPress ctrl+num to add selected edge to a Relationship Graph
From for notes (Wiz)
Sublime Text Code Visualization Plugin