icsharpcode/ILSpy

"override" keyword should be a hyperlink

已关闭

#2,035 创建于 2020年6月13日

 (1 条评论) (0 个反应) (0 位负责人)C# (3,645 个派生)batch import
EnhancementHelp WantedUI

仓库指标

星标
 (25,162 个星标)
PR 合并指标
 (平均合并 15天 22小时) (30 天内合并 61 个 PR)

描述

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

贡献者指南