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!
Comments URL: https://news.ycombinator.com/item?id=45735481
Points: 1
# Comments: 0
Source: github.com