-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
When reviewing coverage in a file and finishing writing tests for a block, it would be useful to be able to quickly go to the next uncovered section.
Describe the solution you'd like
Add two new commands - one to go to the next branch-uncovered line, and one to go to the next fully uncovered line.
Describe alternatives you've considered
Currently I open lcov's generated HTML report alongside vscode and use the shortcuts there
