- Have
you ever stepped into a large project and needed to quickly read
through code, understand execution paths, and jump between
base
and derived classes?
|
Browse
code quickly.
|
- Have you ever been looking to see if a class has a
certain
function, and it does not, so you look in the base class, and
neither does it, so you repeat ... ?
|
See base class functions all at once.
|
- Have you ever needed to browse backwards through code, to the
function that called this one, and then to the function that called that one,
and so on?
|
Easily
click on callers.
|