Automatic Namespaces
-
Hi, By default, when adding a folder to a C# project, it will affect the namespace of new classes contained there. EG: Add a folder called dummy. then a class below, the IDE automatically inserts "namespace classlibrary1.dummy" into the class. Is there anyway to turn this on in VB.Net?
-
Hi, By default, when adding a folder to a C# project, it will affect the namespace of new classes contained there. EG: Add a folder called dummy. then a class below, the IDE automatically inserts "namespace classlibrary1.dummy" into the class. Is there anyway to turn this on in VB.Net?
No, there isn't. The VB.NET IDE does not support automatically add Namespace statements at any time.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007