NavigateToTest VS extension

You can download the extension here:
NavigateToTest Visual Studio extension

Recently I decided to create a Visual Studio 2010 extension.

Extension is convention based. It matches ClassName file with ClassNameTest or ClassNameTests and vice-versa, so you can easily navigate to the test file and back.

Here are some screenshots:

You’ll need to add toolbar manually:

Here’s the toolbar:

And two opened files:

You can download the extension here:
NavigateToTest Visual Studio extension

Tags:   

Questions?

Consider using our Q&A forum for asking questions.

2 Responses to “NavigateToTest VS extension”

  1. The Morning Brew - Chris Alcock » The Morning Brew #594 Says:

    […] NavigateToTest VS extension – Limilabs release a simple Visual Studio 2010 extension which takes a convention based approach to navigate between implementation and test code. If this fits your work pattern, it may be a useful addition to your IDE. […]

  2. Blog » Blog Archive » GoToTest macro for VisualStudio Says:

    […] you are using Visual Studio 2010 Navigate To Test Extension might be a better choice for […]