icsharpcode/ILSpy

"override" keyword should be a hyperlink

クローズ

#2,035 opened on 2020/06/13

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C# (3,645 件のフォーク)batch import
EnhancementHelp WantedUI

Repository metrics

Stars
 (25,162 個のスター)
PR merge metrics
 (平均マージ 15d 22h) (30d で 61 merged PRs)

説明

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

コントリビューターガイド