views:

55

answers:

1

Is it possible to have visual studio 2010 automatically add namespaces to classes within folders just like c#?

A: 

No this is not possible with the VB.Net project system. I would encourage you to share this opinion with the Visual Basic IDE team. They closely monitor suggestions and I know this has come up in the past (although I don't know if there is a current outstanding request for it).

JaredPar
Thanks, JaredPar.
MyNameIsJob