FG
💻 Software🛠️ Developer ToolsMicrosoft

Implement multi-select in left-panel file tree

Freshabout 8 years ago
Mar 14, 20260 views
Confidence Score81%
81%

Problem

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 - <kbd>shift</kbd>+`left click`: Select all items from the currently focused item to the clicked item - <kbd>ctrl</kbd>+`left click`: Add the clicked item to the selection Keyboard - <kbd>shift</kbd>+<kbd>&uarr;</kbd>: Add the item above the focused item to the selection (or reduce the selection) - <kbd>shift</kbd>+<kbd>&darr;</kbd>: Add the item below the focused item to the selection (or reduce the selection) - <kbd>ctrl</kbd>+<kbd>&uarr;</kbd>: Move the focus up without selecting the item - <kbd>ctrl</kbd>+<kbd>&darr;</kbd>: Move the focus down without selecting the item - <kbd>ctrl</kbd>+<kbd>space</kbd>: Add/remove the focused item from the selection

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
High Confidence Fix
77% confidence100% success rate5 verificationsLast verified Mar 14, 2026

Solution: Implement multi-select in left-panel file tree

Low Risk

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.

77

Trust Score

5 verifications

100% success
  1. 1

    this is important especially when needing to restructure an app by moving multip

    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.

Validation

Resolved in microsoft/vscode GitHub issue #1023. Community reactions: 12 upvotes.

Verification Summary

Worked: 5
Partial: 1
Last verified Mar 14, 2026

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

vscodeideeditorfeature-requestfile-exploreron-testplan