Resharper 5 - enable/disable on the fly
I want to disable ReSharper 5 when debugging - it slows things down more than I'm willing to take.
Is there an automatic way to do this?
The next best thing would be a toolbar button to manually enable/disable it.
On the Tools -> Options -> R开发者_JAVA技巧eSharper page there's a comment that the VS command Resharper_ToggleSuspended would do just this.
The problem is, I can't find the command when I right-click a toolbar -> Customize... -> 'Commands' tab -> Choose 'Resharper' category.
alt text http://img231.imageshack.us/img231/1928/commands.png
Am I missing something?
Looks like customization dialog doesn't show commands which doesn't belong to some "category", and ReSharper_ToggleSuspended doesn't have any. Try this:
- Using Tools | Options | Keyboard assign shortcut to the command (it is listed there), and use shortcut instead.
- or, Create simple macro which will
execute the command by name, and
put that macro on the toolbar.
精彩评论