2 points drakyoko | 1 comments | 28 Oct 25 16:59 UTC | 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!