7

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?

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454

1 Answers1

1

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

arri.io
  • 556
  • 1
  • 5
  • 19
  • 1
    Are you sure that Resharper does this? Can you point out where this feature is explained? – Meta-Knight Oct 13 '09 at 18:40
  • 1
    Someone posted a duplicate to this question in July, 2010. The duplicate question has a great answer. You can read it here. http://stackoverflow.com/questions/3317141/automatically-add-namespace-when-adding-new-item – Tim Apr 17 '13 at 18:59