-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Steps to reproduce
- Select an item like a property in the left pane (Assemblies)
- Press Ctrl-R
- The Analyze pane gets focused, but the selected item doesn't get analyzed.
Expected result
The context menu for the item shows "Analyze Ctrl-R" so one would expect that shortcut to actually analyze the item.
Probable explanation for the wrong behaviour
Instead, I think the Ctrl-R shortcut gets preempted by the main menubar shortcut for Window > Analyze (which is also Ctrl-R) and only focus the Analyze pane.
Pledge for High priority
Real developers use keyboard shortcuts A LOT. Apart from decompiling, Analyze is probably the most used feature in ILSpy, so it deserves a working contextual Ctrl-R shortcut.
I'm pretty sure Ctrl-R worked correctly in previous versions of ILSpy, so please fix this quickly, it's really annoying.
Reactions are currently unavailable