mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The metadata page's KeyDown handler now mirrors the "Go to token" context-menu entry: when Ctrl+G fires while focus is on a token-kind DataGridCell (or, as a fallback, while one is hovered), dispatch the same NavigateToCellRequested path as the hyperlink-style click. The focus-resolution + dispatch logic lives behind an internal TryNavigateToTokenInCell hook so tests can drive it without simulating the keyboard event end-to-end. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
2 changed files with 80 additions and 0 deletions
Loading…
Reference in new issue