I'm a C# guy, but I need to work on a vb.net application.
In a C# web app, you can expand the codebehind and designer files by clicking on the little arrow to the left of the .aspx file name.
However, I don't see that in the vb.net project. Instead I have to open the aspx, then hit F7 to get to the code behind.
How can I tell studio to show me the codebehind files in the project explorer? .. other than picking Show All Files which also lists things that are not part of my project?