-
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
Implement multi-select in left-panel file tree #1023
Comments
+1 - was just trying to delete multiple files as in WebStorm, found I couldn't do it 😞. |
Hey I just wanted to do a +1 on this one, this would be a really useful addition! |
+1 |
+1 I don't like having to right click and and do "Open Containing Folder" and then doing what I want there. |
👍 |
👍 +1 |
this is important especially when needing to restructure an app by moving multiple files into other folder locations or deleting many files at once. we tend to do this often when in the early stages of web app development. |
+1 |
+1 |
3 similar comments
+1 |
👍 |
👍 |
I updated the issue with more detail and additional desired keybindings. |
👍 |
Any update here? Most of VS Code is designed with the goal of increasing user efficiency and development speed. The lack of a multi-select feature slows down the workflow and seems contradictory to the overall ambition of the editor. I am crossing my fingers for an imminent update which includes that feature. Otherwise, the editor is great. PS: The docs around launch configurations and tasks are slightly messy and could use some clean-up work. I spent two days trying to understand how to debug transpiled ES6 code. It is possible that I am a bit slow, but it should not be that hard to understand. Thanks again for a great editor. |
@serioth the only update is that it's planned in the 6 month roadmap https://github.com/Microsoft/vscode/wiki/Roadmap |
such a long fuss about a simple thing!!!! come on!!!!!! implement it now!!!!!! geez |
s this feature still not supported? |
why??? |
wtf this is incredible... |
Really? This is the first thing you implement in an editor, to make it an editor. 2 years and no action? Before doing live code sharing and such fancy things, didn't you think about prioritising this thing? |
+1 |
It's Dec 23 2017 now. 750 days passed. |
I just started using vscode yesterday and today found myself looking for a way to select multiple files to copy them to a different sub-folder. |
As far as I can say from the previous example, this comment will be downvoted. Anyways, the same story. The first day, first 10 minutes after WebStorm. Started to look for this feature. Found this thread... Added +1 to the main issue description... |
Everyone who contributed to this issue is being informed that another comment was added. Noone needs |
Yes.
Thanks! |
+1 |
Just spent 10 mins trying to figure out how to select multiple files to upload... then I found out I can't. It would be really useful to do this as well as such a time saver. Say you had to upload / delete 20 files? I wouldn't wanna select them 1 by 1. Not very productive or efficient. |
eyyyyyy 🎉 🎉 🎉 |
Okay.... we have a merged PR. Anyone know how to do it? |
This feature will be available in todays insider release. You can give our preview releases a try from: https://code.visualstudio.com/insiders/ |
It would be good to be able to move/copy/delete/etc. multiple files in the tree view at once using combinations such as:
Mouse
left click
: Select all items from the currently focused item to the clicked itemleft click
: Add the clicked item to the selectionKeyboard
The text was updated successfully, but these errors were encountered: