Efficient coding in Visual Studio (or another IDE), with touch typing

Posted by cheeesus on Programmers See other posts from Programmers or by cheeesus
Published on 2011-12-12T18:10:33Z Indexed on 2012/06/21 9:24 UTC
Read the original article Hit count: 263

Filed under:
|
|
|

Moving the cursor to another position in code is one of the most frequent actions when coding. I don't write my programs from the beginning to the end, like a letter. However, moving the cursor requires me to move my right hand to the key arrows or to the mouse, which feels like an interruption to my writing rhythm, since I'm using touch typing. I want my hands to rest on the keyboard. It's difficult to explain what I mean, but I think every coder using touch typing knows what I mean.

I tried many things, like defining some shortcuts as surrogate arrow keys (Shift+Alt+J, K, L, I), or buying a keyboard with a Trackpoint, Trackpad, or Trackball on it, but I have not yet found a satisfying solution to the problem.

What is the best solution you know of, regardless of which IDE you use?

Edit:

Thank you for your answers. I am using a lot of shortkeys, but I think using a Vim plugin in Visual Studio would interfere too much with the shortkeys I am used to. Also, I have a keyboard with a built-in mouse, but I'm still looking for a better solution.

© Programmers or respective owner

Related posts about tools

Related posts about ide