More VS .NET keyboard shortcuts - Adding classes and folders

Something I do regularly is add new folders and classes to VS .NET projects.  Up until about two minutes ago, I'd done this manually, via the mouse.

However, I've now remapped my keyboard to allow me to do this with a single key combination.  You can do this to, using Tools - Options - Keyboard.

“Show commands containing”
...project.add gives you things you can add to a project,
...project.newfolder gives you the ability to add a new folder.

Another favourite of mine is wiring Ctrl+/ to Edit.CommentSelection and Ctrl+Shift+/ to Edit.UncommentSelection.

2 Comments

Comments have been disabled for this content.