dotnet/roslyn

Rename refactoring applied on a type does not rename the file

Open

#49,681 opened on Dec 1, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (20,414 stars) (4,257 forks)batch import
Area-IDEBugFeature - RenameIDE-CodeStylehelp wanted

Description

Version Used:

Version 16.9.0 Preview 3.0 [30730.13.main]

Steps to Reproduce:

Use rename refactoring to rename a type declaration that appears in a file whose name matches the type name. Inline rename renames the file the type is declared in to match the new name. The refactoring does not.

Contributor guide