microsoft / monaco-editor

A browser based code editor
https://microsoft.github.io/monaco-editor/
MIT License
40.48k stars 3.6k forks source link

[Feature Request]. Accessibility. Update accessibility support in Monaco editor to VSCode's support. #4657

Open sevapopov2 opened 2 months ago

sevapopov2 commented 2 months ago

Context

Description

There are a lot of new features added in VSCode's accessibility support to help blind and visually impared users to work faster. These recent additions include different sounds for different events, such as errors and warnings in the code, which is really helpful when a user can navigate to the line and hear the sound of an error. It would be really helpful if such things are added to Monaco's editor and if they can be configured later to the user's preferance.

Monaco Editor Playground Link

https://microsoft.github.io/monaco-editor/

Monaco Editor Playground Code

No response