[program-l] Navigating with Visual Studio

  • From: <timothyjb310@xxxxxxxxx>
  • To: <program-l@xxxxxxxxxxxxx>
  • Date: Thu, 24 Nov 2022 12:46:43 -0800

Hi all,

 

So I have been learning visual studio and C#. I had a couple of questions on
keyboard navigation.

The first is about navigating in code by method. I did some digging and
found how to assign a key stroke to next and previous method actions since
in default visual studio they do not seem to be applied. I was also playing
with the resharper bindings. One thing that I noticed is that neither NVDA
or JAWS read the line that is navigated to. Is anyone familiar with this,
and know of any addons to speak out the line that is navigated to?

My second question is about handling syntax errors. What is the best way to
navigate through syntax errors? I know that I can do control+\ control+e to
navigate to the errors window, however is there shortcuts for jumping to
next/previous error in the editor and a way to view the error in the editor
without leaving the editor?

 

I am curious also if there is any way to improve the intelligence screen
reader output experience. It works well enough, although seems to lag and
does not always seem to catch the cursor in the auto complete dropdown. This
might just be a quirk of visual studio, although I found eclipse and visual
studio code to respond a bit better than this.

 

Thanks,

 

Timothy Breitenfeldt

Other related posts: