icsharpcode/ILSpy

"override" keyword should be a hyperlink

Open

#2,035 opened on 2020年6月13日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C# (25,162 stars) (3,645 forks)batch import
EnhancementHelp WantedUI

説明

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

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

"override" keyword should be a hyperlink · icsharpcode/ILSpy#2035 | Good First Issue