-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Rename files #239
Comments
Not supported by VSCode at moment |
Note: In the source of VSCode, work with create a new copy of object and delete the old. |
Maybe, we can create a class to listener files changes to detect rename, and prompt to user. If true, we need rollback the rename and run |
Added rename with svn in explorer (See #239)
API Proposed in VSCode 1.25: https://code.visualstudio.com/updates/v1_25#_local-rename-events |
|
Any update on this? I also tried to set keyboard shortcut for "Rename with SVN" command but the rename command is not executing when I press the key. It only works when clicked from file explorer. Had to go back to Eclipse to perform some basic refactoring actions. |
Is somebody working on this at the moment? |
No, feel free to submit a PR |
@JohnstonCode This issue is bugging me a lot. I would be willing to work on it. Would you accept a pull request? |
Issue
After renaming versioned files from vs code explorer view, the old filename file shows up as missing and the new filename file as unversioned. Is it possible to hook into the explorer rename event and perform the corresponding svn command to indicate the rename?
Steps to Reproduce
SVN Output
Screenshots
The text was updated successfully, but these errors were encountered: