Replies: 1 comment 1 reply
-
I think this feature request might be tracking what you're asking for: #3799 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Resharper has one great feature which is that you can navigate inheritance tree of classes as well as search for overloaded implementations for specific functions similar way you can search for references.
This is extremely useful for navigating code as you are usually get into base class / base class empty interface function and you need to search for inherited functions in a hard way manually.
Beta Was this translation helpful? Give feedback.
All reactions