alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.65k stars 163 forks source link

For Screen reader users, Anounce labels or line numbers after jumping to previous or next book marks using key board shortcuts. #601

Open balajip881 opened 1 year ago

balajip881 commented 1 year ago

Screen reader users can not see the cursor movement, so please provide some audio queue Audio queue could be

  1. a small sound so that user can understand cursor has moved.
  2. label of book mark as audio .
  3. line no as audio
  4. read the content of the book marked line as audio we can create book mark setting so that users customise the above four .

We can find accessibility mode is enabled or not by checking texteditor > Editor Accessibility Support in vscode settings.

The small changes that you do to your code will greatly improve the lifes of the people, who are in need of them. Thanks.

alefragnani commented 1 year ago

Hi @balajip881 ,

Right now, VS Code does not provide APIs for extensions triggers audio cues. There is an open request (https://github.com/microsoft/vscode/issues/175986), and I’ll be looking at it for updates.

Thank you for your suggestion.