Show HN: VS Code extension to run/debug Go table tests

github.com

2 points by drakyoko 7 hours ago

Hey HN, Over the weekend I built a small VS Code extension that lets you run/debug individual subtests in Go table tests — something I’ve often wished the official extension supported.

Unlike other extensions I’ve seen, it doesn’t just rely on regex and assumed field names but it does a bit of structural analysis by following testing.T references.

If you’re a Go developer and this sounds useful, I’d love to hear your feedback!