-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type of suggestion not indicated to screen reader users #239520
Comments
I think this could follow the same convention as the "Go to Symbol in Editor" command. |
For me, on macOS with VoiceOver, I do not hear any symbol icon info when using |
You are right. It sounds like we have another issue to investigate. on Windows i hear something like: "encode_image (function) 2 of 10", but Voiceover only reads the symbol. another place where we use the same convention is the outline view inside Explorer (Explorer: Focus on Outline view command). This one work well in both platforms. |
To verify:
|
I think that role of |
|
@rperez030 it would be great if you could pls test this fix in insider's tomorrow. Use |
This was tested by Roberto |
When using
ctrl+space
, to get suggestions, sighted users have an icon which tells them the type of suggestion that is currently focused - a symbol, function, method, etc. We should indicate this information to screen reader users.I am thinking we should add this information to the end of the aria label, but also don't want it to be too verbose.
cc @jooyoungseo, @rperez030 for feedback
The text was updated successfully, but these errors were encountered: