Default keyboard shortcut schemes
For Visual Studio integration, dotCover provides two default keyboard shortcuts schemes.
Visual Studio — This scheme aims to minimize conflicts with Visual Studio's own keyboard shortcuts.
IntelliJ IDEA — This scheme shares the majority of shortcuts with those used in IntelliJ IDEA and its derivative web development IDEs. It provides a common keyboard-centric experience among all JetBrains development environments.
Whatever scheme you choose, you can always change individual keyboard shortcuts later.
If you want to change the shortcut for any single command, go to alias (see the right column in the tables below), press the new shortcut keys, and click Assign. For more information, refer to configure keyboard shortcuts
, find the command by itsBasic Commands
Visual Studio | IntelliJ IDEA | Alias | |
---|---|---|---|
Control+Alt+K K | Control+Alt+K K |
| |
Control+Alt+K P | Control+Alt+K P |
| |
Control+Alt+K O | Control+Alt+K O |
| |
Control+Alt+K M | Control+Alt+K M |
| |
Control+Alt+K H | Control+Alt+K H |
| |
Control+Alt+K T | Control+Alt+K T |
| |
Control+Alt+K L | Control+Alt+K L |
| |
Control+Alt+K F | Control+Alt+K F |
| |
Control+Alt+K B | Control+Alt+K B |
|
Coverage Analysis of Unit Tests
Visual Studio | IntelliJ IDEA | Alias | |
---|---|---|---|
Control+U K | Control+T K |
| |
Control+U I | Control+T I |
| |
Control+U H | Control+T H |
|
Unit Testing
Visual Studio | IntelliJ IDEA | Alias | |
---|---|---|---|
Control+U R | Control+T R |
| |
Control+U D | Control+T D |
| |
Control+U L | Control+T L |
| |
Control+U Y | Control+T Y |
| |
Control+U U | Control+T T |
| |
Control+U A | Control+T A |
| |
Control+U N | Control+T N |
| |
Control+Alt+U | Control+Alt+T |
| |
Control+Alt+T | Control+Alt+R |
|
Tool Windows
Visual Studio | IntelliJ IDEA | Alias | |
---|---|---|---|
Control+Alt+U | Control+Alt+T |
| |
Control+Alt+T | Control+Alt+R |
| |
Control+Alt+K B | Control+Alt+K B |
| |
Control+Shift+F4 | Control+Shift+F4 |
| |
Control+Alt+Back | Control+Alt+Back |
|