In JetBrains Rider, there is an action to find derived symbols of a symbol. I would like to use it to explore a new library. For example, when I use a new class from the library, I want to see its derived classes.
Unfortunately, none of these find the derived types in an external assembly:
- Navigate > Implementation(s)
- Navigate > Derived Symbols
- Navigate > Type Hierarchy
But View > Quick Definition shows all of the types when cycling through the definitions. It does not show the hierarchy, so you do not see immediately, which type is derived from which.
How am I supposed to navigate library types and public APIs to get around a new library?