mcintyre321
mcintyre321

Reputation: 13316

What to do about the solution explorer and getting around? Suggestions and improvements!

I find the solution explorer is a bit slow to get around in sometimes, and think that there might be a better UI solution out there. I like Ctrl+T but sometimes a visual cue is better than remembering the class name?

I think it would be nice you had a second, similar window, that only shows files that have been opened during the current session? Any other suggestions

Upvotes: 1

Views: 79

Answers (2)

Kevin Pang
Kevin Pang

Reputation: 41452

In the toolbar's search box, you can type ">of ". It will give you an intellisense-like dropdown of files in your solution as you type out the filename (e.g. ">of def" will show "default.aspx" and "default.aspx.vb" if those two files are in your solution).

I'm not sure if this any more/less cryptic than ctrl+t, but I thought I'd throw it out there.

Upvotes: 0

David
David

Reputation: 151

If you want to upgrade your experience to the next level, you need to have Visual AssistX. It enables links between your code and the files it comes from. And it's also light-weight. You will forget the Solution Explorer quite rapidly.

http://www.wholetomato.com

Upvotes: 1

Related Questions