N
news.microsoft.com
I'm working on a VB library application. I want Visual Studio to
automatically
put in the namespace on the class when I add it under a directory. Like C#
does.
So if I have a directory in my project called /tools, and my default
namespace of the project
is myproject, the editor should put in the namespace of "myproject.tools".
That's how Csharp works.
Does anyone know if this is an option in Visual Studio or something?
automatically
put in the namespace on the class when I add it under a directory. Like C#
does.
So if I have a directory in my project called /tools, and my default
namespace of the project
is myproject, the editor should put in the namespace of "myproject.tools".
That's how Csharp works.
Does anyone know if this is an option in Visual Studio or something?