DotCover: How to remove code coverage highlighting from your code -
i using jetbrains' dotcover writing units tests in .net application. dotcover highlights whole code base either green or red based on code coverage, want remove highlights after i'm done checking code coverage. there anyway other quitting visual studio, removing test results folder and.dotuser file, , restarting visual studio?
you can switch highlighting on , off pressing ctrl+alt+k, h. or can click "highlight code" on toolbar of "coverage results" window.
Comments
Post a Comment