-
Notifications
You must be signed in to change notification settings - Fork 645
Add support for coverage markup #80
Comments
Did you try out https://github.com/joefitzgerald/go-plus for atom? I really like the integrated highlighting of code coverage inside the editor, so you don't need to switch to something else to check the code coverage :). |
I think it could use the diagnostics to do this. For example, DiagnosticSeverity.Information, or Hint. |
@tecbot look into the support for decorators in the VS Code API. Here is an example https://github.com/Microsoft/vscode-extension-samples/tree/master/decorator-sample |
That's a 404. |
@egamma Look's like the @tecbot See |
Fixed the vscode-extension-samples is now public. |
Thanks for your hints! Really helpful :) |
Looks like this issue didn't get closed after #143 was merged. I believe everything that was part of the ask here is available now. |
I've been using gocov and gocov-html (https://github.com/matm/gocov-html) to generate coverage diagrams for my tests. It would be awesome if it was possible to get these integrated into vscode-go.
The text was updated successfully, but these errors were encountered: