visual studio - Resharper 5 - enable/disable on the fly -


I want to disable Receptor 5 while debugging - it slows down the things that I'm ready to take .

Is there an automatic way to do this?

The next best thing will be the toolbar button to enable / disable manually.

On the Tools -> Options -> There is a comment on the page on the reciever that VS command razerGogglusSpaid has done this.

The problem is, when I right-click on a toolbar -> Customize ... -> Select the 'Command' tab -> 'Rushper' category.

Am I missing something?

It seems that the optimization dialog does not show an order that is not related to something "category" And there is no one in ReSharper_ToggleSuspended try it:

  • Using the tool. Options | Assign a shortcut to the keyboard command (listed in it), and use the shortcut instead
  • Or, create a simple macro that will execute a command by name, and put the macro on the toolbar.

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -