icsharpcode/ILSpy

"override" keyword should be a hyperlink

Chiusa

#2035 aperta il 13 giu 2020

 (1 commento) (0 reazioni) (0 assegnatari)C# (3645 fork)batch import
EnhancementHelp WantedUI

Metriche repository

Star
 (25.162 stelle)
Metriche merge PR
 (Merge medio 15g 22h) (61 PR mergiate in 30 g)

Descrizione

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

Guida contributor