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

540 Views Asked by At

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

There are 2 best solutions below

1
citizenmatt On BEST ANSWER

This might be Visual Studio behaviour - try unchecking the "Show output window when build starts" option in Tools → Options → Projects and Solutions → General.

If this doesn't help, please report an issue: youtrack.jetbrains.com

0
herve On

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