-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
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
Get prompt to rename a type when moving it from one folder to another #363
Comments
tag @jinujoseph |
@jinujoseph is this fixed - I remember some change around this. |
nope , this does repro in d15rel/15.0.2006.2 |
One question I have on this: do we want to do namespace renames? If we move a file from a path that is a valid namespace to a path that is a valid namespace, it seems reasonable that we should prompt to move the namespace the contained class is in. |
Move or sync it? My opinion is that I don't think we should ever prompt - we should just add an undo unit so that the user can undo the rename, ie I'm thinking like the "Copy Code -> Paste -> Auto format" behavior we have in Roslyn. |
Filled #1035 for that idea. |
Expected: No prompt for rename
Actual: Prompt for rename
The text was updated successfully, but these errors were encountered: