How I cut accessibility remediation time by 70% without leaving VS Code (opens in new tab)
The problem Every time I found an accessibility issue in a PR review, the same thing happened: tab out to the WCAG docs, figure out the right fix, come back to the code, apply it, re-verify. For every single issue. It wasn't hard work. It was repetitive work. And it was eating hours every sprint. What we built A11yResolver is a VS Code extension that brings that entire loop inside the editor. It runs as an AI agent. It flags WCAG issues in context, not as static linting, but understanding the...
Read the original article