So, one of the things I love about developing Swing forms in Netbeans is the Inspector 'Navigating Window'. This window lets you navigate all the controls on a form via a lovely hierarchical tree view.
Here is how it looks in the Netbeans IDE:
The other day I found the Visual Studio equivilent. It's called the Document Outline Window. I was so happy. You can select this window from View> Other Windows> Document Outline. Like so:-
And this is how it looks:
It's so good... You'll never have to hunt for a control again... enjoy...