Are there shortcut keys for ReSharper's Unit Test Runner?

后端 未结 12 1514
旧时难觅i
旧时难觅i 2021-01-30 12:49

For obvious productivity reasons, I make an effort of learning and using as many of the keyboard shortcuts for the various Re# commands.

However, it seems that the unit

12条回答
  •  情话喂你
    2021-01-30 12:51

    Resharper > 7 / Visual Studio 2012

    You can find them in the defined shortcuts in Visual Studio 2012 under
    [Tools] > [Options] > [Environment] > [Keyboard]

    I usually use these:

    +---------------------------------+----------------+
    | Description                     | Shortcut       |
    +---------------------------------+----------------+
    | Run Test in Debug Mode (Editor) | Ctrl+U, Ctrl+D |
    | Run Test (Editor)               | Ctrl+U, Ctrl+R |
    | Run Tests from current session  | Ctrl+U, Ctrl+Y |
    | Run Tests from solution         | Ctrl+U, Ctrl+L |
    +---------------------------------+----------------+
    
    • Resharper.Resharper_Resharper_UnitTest_DebugContext
    • Resharper.Resharper_Resharper_UnitTest_RunContext
    • Resharper.Resharper_UnitTest_RunCurrentSession
    • Resharper.Resharper_UnitTest_RunSolution

提交回复
热议问题