Is there an extension or a keyboard shortcut like MoreUnit for Eclipse in Visual Studio that would allow me to quick switch between a source file and a unit testing file.
Also in Eclipse, I used to create a file (test or source) and then hit CTRL+J
and it would suggest me to create to opposite file and then allow me to switch between them with CTRL+J
.