Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Feature: Rename folder when project is renamed #5

Open
jfevia opened this issue Aug 23, 2018 · 1 comment
Open

Feature: Rename folder when project is renamed #5

jfevia opened this issue Aug 23, 2018 · 1 comment

Comments

@jfevia
Copy link
Owner

jfevia commented Aug 23, 2018

Whenever a project is renamed in Visual Studio, the original folder stays untouched.

This feature should allow the user to rename the folder containing the project when said project is renamed.

Ideally, the user would be first asked if they wish to do so.

@jfevia
Copy link
Owner Author

jfevia commented Aug 28, 2018

This feature seems to be difficult to implement. There seems to be no reliable way to rename a folder after subscribing to the "Project Renamed" event.

Saving changes has no effect since the state of the solution (and shell) appears to be off sync. Attempting to save all changes and reload the solution (or wait for VS to detect changes to the solution file) causes an exception of memory corruption.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant