Feature Request: Find All References
Hi,
I'd like to suggest that you make Shift+F12
work like it does in Visual Studio.
I know that in LINQPad, I can hit the F12
key and it will jump me to where the symbol is defined. Now, all I need is the "backwards" of that operation...click on a symbol or method etc. and do a Shift+F12
to Find All References.
As a user, when I hit the Shift+F12
key combination on my keyboard, a "Found References" pane should pop up allowing me to click on references to jump to where the symbol is used.
Comments
This isn't supported, but you can use Ctrl+Shift+up/down to move to the previous/next usage of the symbol.