icsharpcode/ILSpy

"override" keyword should be a hyperlink

Geschlossen

#2.035 geöffnet am 13.06.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (3.645 Forks)batch import
EnhancementHelp WantedUI

Repository-Metriken

Stars
 (25.162 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 15T 22h) (61 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide