A VS Code utility extension that stress-tests completion providers by repeatedly inserting fixed seeds, accepting inline or list suggestions, and restoring the original buffer. Use it to observe long-running stability without touching your real files.
Features
Start/stop loop directly from the editor title bar or command palette.
Works with both inline and traditional suggestion lists, measuring success by document deltas only.
Runs against an untitled JavaScript buffer and reverts content after every iteration.
Automatically pauses while you type (configurable) and resumes when you're idle.