views:

60

answers:

3

Hi,

In solutions that contain a few different projects, I find myself constantly shuffling around in solution explorer looking for a particular file, when the tree gets expanded a little, there are often 4 'pages' of files to scroll through.

Does anyone have any tips for making solution explorer a bit more usable?

Perhaps Some 'collapse all folders' shortcut? or Some way of colour coding different projects?

I'm guessing theres not much that can be done, but thought I'd ask. I've got tons of horizontal screen space utilizing this in some way would be good.

Thanks


UPDATE Regarding the right click context menus on solution and project nodes, here's what I have:

Solution context menu

Project context menu

+1  A: 

The keyboard works too, just type the first letter of the filename.

Hans Passant
Handy...thanks.
UpTheCreek
+3  A: 

Get Visual Assist X from Whole Tomato. it adds a number of hotkeys and nice features for opening files and finding stuff.

http://www.wholetomato.com/

Or upgrade to VS2010 if that's an option. Visual Assist X is much cheaper :)

aschepis
I'll check it out - thanks. BTW, do you know if it's more usable in VS2010?
UpTheCreek
VS2010 has a hotkey that can open files/classes/etc in your solution (Ctrl+,)
aschepis
+2  A: 

Edit The ReSharper add-in adds a "Collapse All" menu item to the Solution Explorer's right click menu (it's way down at the bottom of the menu, and easy to miss).

Also, I really like ReSharper's Find Usages functionality, and do most of my solution level navigation that way.

Tom Bushell
Yep I highly recommend R#'s Cntl+T and Cntl+Shift+T for finding classes and files.
Ryan