Kellenlask
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Go to Declaration Deep
I'm often tracing through layers and layers of assignment/passing with Go To Declaration. It would be nice if there was an option like Go To Declaration Deep, which would follow a chain of declarat... -
Created Unit Test Coverage Information (Like in DotCover)
AnsweredLike in DotCover: show the files in the solution and their percentage covered. While not perfect, this is a helpful tool for finding test coverage weak points. Looks something like: MyFile.cs ... -
Created Unit Test Stub Generation
AnsweredVisual Studio can generate Unit Test stubs for a given class for MSTest / NUnit / XUnit. It would be nice to have a code generation option that, when triggered on a class, creates a test file in a...