How to turn off ReSharper's "Find All Usages"
Unfortunately, there is no way to turn it off without turning the whole thing off.
Sorry, it takes a bit of getting used to.
To restore the original VS 'Find All References' command:
- Go to ReSharper Options > Environment > Keyboard & Menus
- Clear 'Hide overridden Visual Studio menu items'
The 'Find All References' command will be available in the context menu of a type
To restore the original 'Shift+F12' shortcut:
- Go to Visual Studio Options > Environment > Keyboard
- Enter 'Edit.FindAllReferences' in the search box
- Set the cursor in the 'Press shortcut keys' field , press Shift+F12 and click 'Assign'
- Select 'Text Editor' in the 'Use new shortcut in' selector, then set the cursor in the 'Press shortcut keys' field, press Shift+F12 and click 'Assign'
"Yet, selecting "None" on the Group By combobox of the Find Usages window gives a listing similar to VS's Find All References."
Unfortunately that is still a regression as the filename is not listed on the line items. Ironically the line/column coords are still displayed which seems a bit pointless without the context of the filenames.