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

貢獻者指南