FortuneN / FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage
Other
527 stars 40 forks source link

Show line coverage as in vscode #277

Closed MrDave1999 closed 8 months ago

MrDave1999 commented 2 years ago

Is there a way to show line coverage like this vscode extension does?

image

tonyhallett commented 2 years ago

I expect so !

FortuneN commented 2 years ago

I we are going to do this, please make it an opt-in.

tonyhallett commented 2 years ago

Of course. It is low priority.

portajuan08 commented 1 year ago

Hi, Is this development still pending? thanks

tonyhallett commented 1 year ago

I currently do not have time for adding new features.

Perhaps someone could outline the logic we would use to colour the lines given the infinite number of ways a theme can choose to colour the background and the text color, with different syntax having different text color on the same line.

tonyhallett commented 1 year ago

Perhaps a toggle button. We colour the background in the colors that have been specified for the gutter mark and then use black or white ( as necessary for sufficient contrast ) for all of the text on the line.

tonyhallett commented 8 months ago

Done - see readme for video / options