Tech News
← Back to articles

Show HN: The easiest accessibility (a11y) checker for VSCode

read original related products more articles

Be-a11y VSCode Extension

A Visual Studio Code extension for running accessibility audits using be-a11y. This extension allows you to analyze your project or a remote website for accessibility issues directly from VSCode. Results are presented in a convenient way and can be saved for further review.

Features

Run accessibility audits on the current workspace (local project) or any URL

View results directly in VSCode

Save the latest accessibility report to a file

All actions available in the Activity Bar panel or via Command Palette

Installation

1. Prerequisites

Node.js (v16 or newer recommended)

... continue reading