What problem does it solve?
This Skill ensures that new and updated interactive user interfaces within VS Code are fully accessible to users with disabilities, particularly those relying on screen readers and keyboard navigation.
Core Features & Use Cases
- Accessibility Help Dialogs: Provides users with information on how to operate a feature via keyboard and screen reader.
- Accessible Views: Offers a plain-text representation of rich UI content for screen reader users.
- Keyboard Navigation & ARIA: Guarantees that all interactive elements are keyboard-operable and properly announced by assistive technologies.
- Use Case: When developing a new code completion panel, this Skill ensures it has a help dialog, an accessible text view, and that all interactive elements are properly labeled and navigable with the keyboard.
Quick Start
Ensure the new feature's interactive UI includes an accessibility help dialog, an accessible view if content is rich, and adheres to keyboard navigation and ARIA standards.