I have a base class and want to see, which classes are derived from this base. Is this possible with Visual Assist? (Similar to the Hovering Class Browser, where I can see which base classes a class have but the other way round).
Not directly. We are considering adding a feature like this:
case=6647
For now depending on the IDE you are using you may find the IDE's "Class View" helps.
Alternatively if you run VA's Find References on the class name you will see all classes that are directly derived from the class in the list, but they may take a bit of finding.
Ok, I can switch to our Unix IDE if I need it, but would be a nice to have especially since "Class View" is not available because of disabled IntelliSense.
Yes, I was wondering if you had disabled the IDE's intellisense when I suggested Class View.
If you don't need an interactive display you may find Doxygen helps. I have never used this much myself, but I am aware that it can / does produce class hierarchy information.