2 points drakyoko | 1 comments | | HN request time: 0.329s | source

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!