EnhancementHelp WantedUI
Métriques du dépôt
- Stars
- (25 162 étoiles)
- Métriques de merge PR
- (Merge moyen 15j 22h) (61 PRs mergées en 30 j)
Description
ILSpy currently has no good way of navigating to the base method of an overridden method (unless the method body contains a base-call).
In Visual Studio, executing "go to definition" on the override keyword navigates to the base method.
We could do the same by making the override keyword a hyperlink.
See also: #633