I have a rather large SharePoint project in Visual Studio 2010 with a number of features in it. Every time I add a new module or empty element to the project, Visual Studio seems to randomly choose a feature to add it to, which I totally hate.
Luckily my project is connected to source control, so I can easily see which feature was modified by checking to see which one got auto-checked out for me. If it were not source control backed, I would literally have to open up each feature and examine it to see where it went.
I've searched but cannot find any setting to turn this "helpful" feature of Visual Studio off. How can I make it stop? I want to be able to add it to a feature only when I'm good and ready to...