Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AccessibilityFixerNew to Visual Studio Code? Get it now.
AccessibilityFixer

AccessibilityFixer

uno-accessibilityfixer

|
5 installs
| (0) | Free
Automatically detect and fix common accessibility issues in your React code, with AI-powered suggestions and quick fixes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AccessibilityFixer

⚡ Real-time linting and quick fixes for web accessibility in React code
🚀 Improve your JSX/TSX accessibility with minimal effort


Features

  • 🛠️ Detects accessibility issues in .js, .jsx, .ts, and .tsx files
  • 💡 Quick Fixes via VSCode’s Code Actions interface
  • 🤖 AI-powered suggestions for selected rules
  • 🔧 Built-in integration with eslint-plugin-jsx-a11y
  • 🧠 Lightweight and developer-friendly

Installation

Open VSCode, press Ctrl+P (or Cmd+P on Mac) and run:

ext install uno-accessibilityfixer.AccessibilityFixer

Or install from the VSCode Marketplace


Usage

After installing, open any JavaScript/TypeScript React file (.jsx, .tsx).
AccessibilityFixer will highlight common accessibility violations and provide auto-fix suggestions.

Example:

// Before
<div role="button" onClick={handleClick}></div>

// After Quick Fix
<div role="button" onClick={handleClick} tabIndex={0} onKeyDown={handleKeyDown}></div>

To apply fixes, click the lightbulb icon or use the shortcut Ctrl+. / Cmd+.


Configuration

No setup required.
AccessibilityFixer works out of the box, even if you don’t have eslint-plugin-jsx-a11y installed — though using it in your project is recommended for full customization.


Supported File Types

  • .js
  • .jsx
  • .ts
  • .tsx

Contributing

Contributions, suggestions, and issue reports are welcome!
Please visit our GitHub Issues page to submit feedback or bug reports.


License

MIT License


Resources

  • eslint-plugin-jsx-a11y on npm

AccessibilityFixer helps you improve usability for all users
💬 Because accessible web is better web.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft