Ability to duplicate files in VS Code.
- Press
F1
and selectExtensions: Install Extensions
. - Search for and select
duplicate
.
See the extension installation guide for details.
The first option:
- Hover on a file name in explorer.
- Right-click and select
Duplicate file
. - Enter the new path for the duplicate.
The second option:
- Open the file.
- Press
F1
and selectDuplicate file
. - Enter the new path for the duplicate.
For changes keyboard shortcuts, create a new rule in File -> Preferences -> Keyboard Shortcuts
:
{
"key": "ctrl+shift+d",
"command": "duplicate.execute"
}
See the Releases section of our GitHub project for changelogs for each release version.
This software is released under the terms of the MIT license.