1 post tagged with "vscode"
Five Web Accessibility Extensions for Visual Studio Code
December 15, 2022accessibilitytoolsproductivityDeveloping with accessibility in mind requires knowledge of WCAG rules and good techniques. These techniques boils down to remembering good accessbility patterns in code. Linters are good at discerning less ideal patterns and provide hints on how to fix them. Before I used to think linters are optional for developers. But now I don’t think I can work without them. Using a good IDE linter will help making sure your code follows accessibility best practices and in turn make you more productive.