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

Test: multi selection in explorer #41473

Closed
3 tasks done
isidorn opened this issue Jan 11, 2018 · 0 comments
Closed
3 tasks done

Test: multi selection in explorer #41473

isidorn opened this issue Jan 11, 2018 · 0 comments

Comments

@isidorn
Copy link
Contributor

isidorn commented Jan 11, 2018

Refs: #1023

Complexity: 4

We have introduced multiple selection in the explorer. Open the explorer and verify:

  • Selection grows as expected using cmd + click, shift + click, or shift + up/down
  • All the context menu actions which make sense in the multiple selection case work as expected (delete, copy, copy path, open to the side, reveal in finder, find in folder...)
  • All the above actions properly work when executed using keybindings
  • If you have exactly 2 items selected you get a Compare Selected command in the context menu
  • You can drag and drop multiple items within the explorer to move or copy
  • You can drag and drop multiple items from the explorer to the editor area to open in a specific group
  • Write an extension command which works on multiple selection and verify this works as expected (in the context you will first get the foused resource, and then the array of all the selected resrouces, more details here
@isidorn isidorn added this to the January 2018 milestone Jan 11, 2018
@roblourens roblourens removed their assignment Jan 30, 2018
@ramya-rao-a ramya-rao-a removed their assignment Jan 31, 2018
@RMacfarlane RMacfarlane removed their assignment Jan 31, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 17, 2018
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

4 participants