OpenWithTestFreeOpenWithTest is a Visual Sudio extension which saves you time by opening up the corresponding test file when you open an implementation file (and vice versa).Description
Reviews (7)
Q and A
Sign in to Write a Review
Sort By:
Awesome! This tool does exactly what it claims to and nothing else, which is nice. My only concern is the impact of the indexed on VS or machine performance. Is there any way to monitor the impact of the indexer? (briefly mentioned in the options under Tools->Options-
| Edit
|
The indexing is a one time hit when you first open a solution with OpenWithTest installed. It will scan the whole project and add the project items to its internal index. After this initial hit it will just track update events which won't hurt performance at all. This is a great tool for TDD. The new one-click enable/disable toolbar option makes switching between TDD and browsing solutions much easier. Crashes my Visual Studio everytime I open my solution with a:
| Edit
|
I made some fixes in the last release. Could you check again and see if it still gives issues? If you practice TDD then this tool is invaluable. Smart Thinking, you always need to have your test file open when making changes anyway! (unless you are adding documentation or something :)) |