We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a structure like:
MyProject MyComponent MyClass.cs
Where MyClass.cs has content:
MyClass.cs
namepsace MyProject.MyComponent; class MyClass {}
Renaming the MyComponent folder in Visual Studio's Solution Explorer should rename the MyComponent namespace.
MyComponent
The text was updated successfully, but these errors were encountered:
Today we explicitly exclude folder renames here:
project-system/src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/ProjectSystem/VS/Rename/RenamerProjectTreeActionHandler.cs
Lines 87 to 95 in 8f52554
Sorry, something went wrong.
No branches or pull requests
Given a structure like:
Where
MyClass.cs
has content:Renaming the
MyComponent
folder in Visual Studio's Solution Explorer should rename theMyComponent
namespace.The text was updated successfully, but these errors were encountered: