Hello,
I use V11.
My primary development language is C++ and I often work with wide and deep class hearchies.
SlickEdit makes it very easy to jump from the base class's virtual function declaration/definition to that of derived.
Often I want to go in the opposite direction That is, I want to have the ability to easily jump from the derived class's declaration/definition of a virtual function to the nearest, base class's implementation.
Is there such functionality already?
If not, can it be added to the list of future enhancements.
Many thanks,
Sergey