Kellenlask

Avatar
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Unit Test Coverage Information (Like in DotCover)

    Answered
    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   ...
    • 5 followers
    • 6 comments
    • 0 votes
  • Created

    Unit Test Stub Generation

    Answered
    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...
    • 9 followers
    • 5 comments
    • 10 votes