vscode icon indicating copy to clipboard operation
vscode copied to clipboard

add `toggleSuggestionFocus` command for simple suggest widget

Open meganrogge opened this issue 11 months ago • 2 comments

We want to make suggest widget details kb focusable so screen reader users can read them like they can in the editor

Image

meganrogge avatar Jan 15 '25 21:01 meganrogge

cc @Tyriar

meganrogge avatar Jan 15 '25 21:01 meganrogge

turns out this is pretty tricky to do - because we hide the suggest widget on terminal blur, moving focus to the element closes it. I added a hack for this that works around it, but don't think it's a good idea because then it won't hide in certain cases when we want it to.

meganrogge avatar Jan 15 '25 22:01 meganrogge

Open terminal suggest by typing something like ls.

Press ctrl+space to show the docs.

Press ctrl+alt+space to toggle doc focus between that and the terminal.

meganrogge avatar Jan 27 '25 20:01 meganrogge