Skip to content
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

Closed
kumarharsh opened this issue Aug 30, 2018 · 6 comments
Closed
Assignees
Labels
*extension-candidate Issue identified as good extension implementation

Comments

@kumarharsh
Copy link
Contributor

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).

image

@isidorn isidorn added the *extension-candidate Issue identified as good extension implementation label Aug 30, 2018
@vscodebot
Copy link

vscodebot bot commented Aug 30, 2018

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!

@vscodebot vscodebot bot closed this as completed Aug 30, 2018
@isidorn
Copy link
Contributor

isidorn commented Aug 30, 2018

There are already extensions which add this -> you can find them in the marketplace.
Nice pun

@vit100
Copy link

vit100 commented Sep 22, 2018

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...

@kumarharsh
Copy link
Contributor Author

@isidorn sorry for getting back after this long, but I basically searched the store for extensions. The best I could find was sleistner.vscode-fileutils. It's pretty good for what it can offer, but the UX of moving a file is terrible. I have to remember paths just to move a file.

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.

@vit100
Copy link

vit100 commented Sep 28, 2018

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...
and they don't want to accept it.

@isidorn
Copy link
Contributor

isidorn commented Sep 28, 2018

@kumarharsh then you can write a new extension which adds just this.
We do not want to add it becuase adding things to the menu will easily make the menu bloated. We prefer to solve issues like this via an extension, such that each user can customize his experience

@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*extension-candidate Issue identified as good extension implementation
Projects
None yet
Development

No branches or pull requests

3 participants