views:

211

answers:

1

After being spoiled for years with C# automatically setting the default namespace for new classes to match my folder structure, I'm wondering if there is any way to get VB.NET to do the same?

I've been aware for awhile that it doesn't do this automatically but I've never really researched alternatives. Any tools or tricks to help me keep my VB.NET class namespaces in sync with my project folder structures?

+1  A: 

Try out Resharper for VB.NET, It works great and is a fraction of the cost of the C# version.

arri.me
Are you sure that Resharper does this? Can you point out where this feature is explained?
Meta-Knight