Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to bind the following shortcut: Ctrl + W to close tabs

How can you customize VS to add/change shortcuts? Also, what are the most useful shortcuts you guys have found?

share|improve this question

5 Answers

up vote 5 down vote accepted

Tools > Options > (Show all settings), then Environment > Keyboard.

Here, rebind the key “File.Close” to Ctrl+W.

share|improve this answer

I keep a link to Jeff's shortcuts page, and refer to it to learn the shortcuts for all tasks I find myself regularly doing. I also use VisualAssist, and use a lot of:

  • toggling between .h and .cpp files (yes, I code in C++ :) ) (Alt-o);
  • going to the definition of sthing (Alt-g).
share|improve this answer

VS 2005/2008 Keybinding posters:

These don't cover customizations but they're good reference materials and definitely helpful for finding new shortcuts.

share|improve this answer

Tools > Options > Environment > Keyboard

I find most of them useful TBH!

Commenting, Bookmarking, Incremental Search, etc etc.

The one you want to override by the way is Window.CloseDocumentWindow which defaults to CTRL+F4

share|improve this answer

Ctrl-Shift-Space shows the syntax/overloads for the current function you are typing parameters for.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.