views:

41

answers:

3

I'm trying to assign a keyboard shortcut to open a solution folder (the one you get when right click on solution name) from Visual Studio. Looking in keyboard options in Options didn't help (searched for "folder", for "open" etc.)

Have I missed something ?

A: 
Jacob
A: 

There probably isn't a keyboard shortcut defined for that, but Visual Studio has excellent macro support, and you can create your own macro to do that.

There's a Macro Recorder feature that you can use. This MSDN article explains how to use the Macro Recorder.

Mircea Grelus
A: 

This is it:

ProjectandSolutionContextMenus.Project.OpenFolderInWindowsExplorer

It works, but I'm sure how you get the solution selected first?

Please let us know if you can solve it elegantly, I'm interested because I don't currently use AnhkSVN or VisualSVN, I prefer TortoiseSVN, but it would be nice to open the solution folder since that's normally the root.

Si