-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
[Feature] Please add ability to 'Cut' files/folders in Explorer Tree view #57616
Comments
We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines. Happy Coding! |
There are already extensions which add this -> you can find them in the marketplace. |
Request by Kumarharsh is valid - cut/paste should be in Explorer View, and it is not related to any extensions, it is basic file operation... |
@isidorn sorry for getting back after this long, but I basically searched the store for extensions. The best I could find was If I may ask, what is the reason for not including this in the core editor? It seems like a very very basic need which many would face. I have twice mistakenly deleted files while juggling with the currently recommended copy-paste-delete process for moving files. |
It is just bug - there is cut/paste in menu bar, which is also defective... |
@kumarharsh then you can write a new extension which adds just this. |
I've searched through the issue list for this, but either I can't seem to find the right combination of keywords to find a discussion on it, or it's not been discussed. But, I'd like to point out the glaring lack of Cut functionality in the file explorer view. I sometimes end up leaving duplicate code in two or more places when I forget to delete a file after copying it to another location.
Please add ability to Cut a file, because Copy + Delete just doesn't Cut it anymore (pun intended).
The text was updated successfully, but these errors were encountered: