Reputation: 13097
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?
Upvotes: 6
Views: 4204
Reputation: 6750
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:
Upvotes: 3
Reputation: 28877
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
Upvotes: 2
Reputation: 18746
Ctrl-Shift-Space shows the syntax/overloads for the current function you are typing parameters for.
Upvotes: 1
Reputation: 546133
Tools > Options > (Show all settings), then Environment > Keyboard.
Here, rebind the key “File.Close” to Ctrl+W.
Upvotes: 6
Reputation: 49423
VS 2005/2008 Keybinding posters:
These don't cover customizations but they're good reference materials and definitely helpful for finding new shortcuts.
Upvotes: 3