vscode-csharp
vscode-csharp copied to clipboard
Move file - namespace is not adjusted
Steps to reproduce
- Create a C# file with namespace.
- Move file to other folder.
- The namespace is not adjusted (within the file).
Expected behavior
The namespace should be adjusted automatically according to the new folder name.