Is there a Create New Folder in current project keyboard shortcut for Visual Studio 2008?
directory, keyboard-shortcuts, visual-studio, visual-studio-2008
Solution
You can add a shortcut by yourself. Tools → Options → Environment → Keyboard → select Project.NewFolder and assign a shortcut.
Problem
I'm using Resharper keyboard shortcuts all the time and it helps a lot in everyday development. But i constantly need to create new folders in my Visual Studio projects so this means -> move the mouse from keyboard, use the mouse, right-click the desired project, choose menu Add->New Folder, type folder name etc. It's tedious! Is there ANY way to do this via keyboard shortcut - to press keyboard combination, that will at once create folder in current project, and place cursor into TextBox to enter folder name and slam that Enter key and then continue?