hot keys?

I am a newbie to VS 2005 and C#.

Can anyone tell me where I can get a listing off all the hot keys for the editor/IDE

My experience has been mainly using vi on UNIX, and I like using the keyboard.

 



Answer this question

hot keys?

  • jkotas

    All of the keyboard shortcuts in Visual Studio are configurable. Select Options on the Tools menu. Then select Keyboard under Environment in the tree. You can add shortcuts to any action, including any macros you write yourself.

    You can also apply a mapping scheme. There is an Emacs scheme but no vi scheme.


  • ssimmer

    All the hot keys you will get in the menus of visual studio IDE itself

  • mewdied

    Check the macro at http://www.codinghorror.com/blog/archives/000412.html, this will output an html file containing all the keyboard shortcuts. 
  • hot keys?