Date
1 - 7 of 7
NVDA issue with visual studio 2022 parameter help
Luke Robinett
First, good news is that unlike prior versions of visual studio, NVDA now works properly when navigating suggestion lists in the code editor. Previously it would read the entire line of code every time you move from one selection to the next, but now it only reads the selected item.
There is another issue, however. I will be typing a line of code and eventually NVDA will start saying “parameter help, parameter help, parameter help” over and over every time I move the cursor left or right or type a key. The only way to get it to stop doing this is to press escape and then arrow away from that line of code and back again. This is a problem because ironically, NVDA repeating “parameter help” is making it so I can’t hear the actual parameter help. Lol. Before I place a bug ticket I just thought I’d see if there’s some setting I can adjust to perhaps mitigate this issue. Let me know if my explanation didn’t make sense and I can add clarifying details. All the usual stuff… Latest versions of windows, NVDA, visual studio blah blah blah. Thank you |
|
Akash Kakkar
Hey Luke,
toggle quoted message
Show quoted text
Which version you are using of VS? On 6/18/2022 9:01 PM, Luke Robinett wrote:
First, good news is that unlike prior versions of visual studio, NVDA now works properly when navigating suggestion lists in the code editor. Previously it would read the entire line of code every time you move from one selection to the next, but now it only reads the selected item. |
|
Luke Robinett
2022
toggle quoted message
Show quoted text
On Jun 18, 2022, at 8:42 AM, Akash Kakkar <akash.diverse@...> wrote: |
|
Akash Kakkar
Hmm, it seems that this issue is specific to 2022.
toggle quoted message
Show quoted text
Actually I too am facing this issue but asked one of my friend who is using 2019, but he told that there's no such issue there. Have you observed it in 2019 too? actually I haven't used 2019. On 6/18/2022 9:18 PM, Luke Robinett wrote:
2022On Jun 18, 2022, at 8:42 AM, Akash Kakkar <akash.diverse@...> wrote: |
|
Luke Davis
Luke Robinett wrote:
There is another issue, however. I will be typing a line of code and eventually NVDA will start saying “parameter help, parameter help, parameter help” over and over every time I move the cursor left or right or type a key. The only way to get it to stop doing this is to press escape and then arrow away from that line of code and back again. This is a problem because ironically, NVDA repeating “parameter help” is making it so I can’t hear the actual parameter help. Lol.Does it help to turn off tooltips? (First checkbox in NVDA Object Presentation settings.) Does it help to turn off "Report dynamic content changes"? (NVDA+5.) Luke |
|
Luke Robinett
Yes, correct. I only started experiencing this issue when I upgraded to 2022.
toggle quoted message
Show quoted text
On Jun 18, 2022, at 9:51 AM, Akash Kakkar <akash.diverse@...> wrote: |
|
Luke Robinett
Hey Luke. I played with some NVDA settings but I will double check to see if I tried those specific ones. Thank you for the suggestions.
toggle quoted message
Show quoted text
On Jun 18, 2022, at 5:14 PM, Luke Davis <luke@...> wrote: |
|