project-system
project-system copied to clipboard
Renaming a folder should rename the corresponding namespace
Given a structure like:
MyProject
MyComponent
MyClass.cs
Where MyClass.cs has content:
namepsace MyProject.MyComponent;
class MyClass {}
Renaming the MyComponent folder in Visual Studio's Solution Explorer should rename the MyComponent namespace.