How to set keyboard shortcuts for dotCover
Hi guys,
I would like to setup a shortcut for running dotCover from within a unit test code file.
Example:
[TestFixture]
class Foo
{
[Test]
public void FooTest()
{
}
}
When right-clicking the TestFixture a context menu from Resharper comes up with:
Run
Debug
Cover with dotCover
---------
Append to Session->
I can change the shortcut for Run and Debug, but I cannot figure out a way to create a shortcut for Cover with dotCover.
How can I do this please?
If it is not possible are you considering implementing some means for doing this in a next update?
Cheers,
Calin.
Please sign in to leave a comment.
Hello Calin
At the moment there's no command to cover current test in the editor, so there's no way to map a shortcut to that action. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Are there any plans to add a command in the future? There is already a menu item for it. How does it work if there is no command behind it? ;)
Cheers,
Calin
Hello Calin
I've logged a feature request: http://youtrack.jetbrains.net/issue/DCVR-3131 and you're welcome to vote for it. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"