icsharpcode/ILSpy

"override" keyword should be a hyperlink

Fechada

#2.035 aberto em 13 de jun. de 2020

 (1 comentário) (0 reação) (0 responsável)C# (3.645 forks)batch import
EnhancementHelp WantedUI

Métricas do repositório

Stars
 (25.162 estrelas)
Métricas de merge de PR
 (Mesclagem média 15d 22h) (61 fundiu PRs em 30d)

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

Guia do colaborador