Stopping Continues Testing recompilation stealing cursor in Visual Studios 2017 and Resharper

Viewed 481

I have just started out on my journey to learn TDD with C# and to help me I have started using Reshaper 2017.1.3 Continues Testing tool to re-run all my tests that are affected by my modifications upon saving. I was hoping this would be a seamless experience with no interruptions to development but every time the projects need to be recompiled the cursor is stolen from the editor and placed inside the Output Pane which leads to a halt in development.

Is there any way to stop this behaviour without having to sacrifice the convince of the Continues Testing tool?

2 Answers

In my case I wanted to keep the focus in the editor after running my program and this solution is still available in 2021 for Visual Studio 2019.

Here is a screenshot for Visual Studio in French:

enter image description here

Related