Given a structure like: ``` MyProject MyComponent MyClass.cs ``` Where `MyClass.cs` has content: ```c# namepsace MyProject.MyComponent; class MyClass {} ``` Renaming the `MyComponent` folder in Visual Studio's Solution Explorer should rename the `MyComponent` namespace.