Skip to content

normalser/vscode-duplicate

 
 

Repository files navigation

Duplicate File

Ability to duplicate files in VS Code.

Duplicate File

Install

  • Press F1 and select Extensions: Install Extensions.
  • Search for and select duplicate.

See the extension installation guide for details.

Usage

The first option:

  1. Hover on a file name in explorer.
  2. Right-click and select Duplicate file.
  3. Enter the new path for the duplicate.

The second option:

  1. Open the file.
  2. Press F1 and select Duplicate file.
  3. Enter the new path for the duplicate.

Keyboard shortcuts

For changes keyboard shortcuts, create a new rule in File -> Preferences -> Keyboard Shortcuts:

{
  "key": "ctrl+shift+d",
  "command": "duplicate.execute"
}

Changelog

See the Releases section of our GitHub project for changelogs for each release version.

License

This software is released under the terms of the MIT license.

About

🔌 Ability to duplicate files in VS Code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%