Kellenlask
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Kellenlask created a post, 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... -
Kellenlask created a post, AnsweredUnit Test Coverage Information (Like in DotCover)
Like 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 ... -
Kellenlask created a post, AnsweredUnit Test Stub Generation
Visual 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...