project-system icon indicating copy to clipboard operation
project-system copied to clipboard

Renaming a folder should rename the corresponding namespace

Open drewnoakes opened this issue 10 months ago • 1 comments

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.

drewnoakes avatar Dec 20 '24 00:12 drewnoakes