CopyPro is a powerful Visual Studio Code extension that enhances your copy functionality, making it easier to work with file paths, contents, and project structures.
CopyPro provides the following commands:
-
Copy Relative Path with Content (
Ctrl+Alt+C
/Cmd+Alt+C
on Mac)- Copies the relative path of the current file along with its content.
-
Copy All Files from Directory (
Ctrl+Alt+D
/Cmd+Alt+D
on Mac)- Copies the relative paths and contents of all files in a selected directory.
-
Copy Absolute Path (
Ctrl+Alt+A
/Cmd+Alt+A
on Mac)- Copies the absolute path of the current file.
-
Copy File Name (
Ctrl+Alt+N
/Cmd+Alt+N
on Mac)- Copies just the name of the current file.
-
Copy Relative Path with Line Number
- Copies the relative path of the current file along with the current line number.
-
Copy Relative Path
- Copies the relative path of the current file.
-
Copy Path Relative to Workspace
- Copies the path of the current file relative to the workspace root.
-
Copy Project Structure (
Ctrl+Alt+P
/Cmd+Alt+P
on Mac)- Copies the directory structure of the entire project.
-
Copy Directory Structure (
Ctrl+Alt+S
/Cmd+Alt+S
on Mac)- Copies the directory structure of a selected directory within the project.
You can access all CopyPro commands through the Command Palette (Ctrl+Shift+P
/ Cmd+Shift+P
on Mac) by typing "CopyPro".
Additionally, you can use the following keyboard shortcuts:
Ctrl+Alt+C
(Cmd+Alt+C
on Mac): Copy Relative Path with ContentCtrl+Alt+D
(Cmd+Alt+D
on Mac): Copy All Files from DirectoryCtrl+Alt+A
(Cmd+Alt+A
on Mac): Copy Absolute PathCtrl+Alt+N
(Cmd+Alt+N
on Mac): Copy File NameCtrl+Alt+P
(Cmd+Alt+P
on Mac): Copy Project StructureCtrl+Alt+S
(Cmd+Alt+S
on Mac): Copy Directory Structure
- Open Visual Studio Code
- Press
Ctrl+P
(Cmd+P
on Mac) to open the Quick Open dialog - Type
ext install ImmuneFOMO.copypro
to find the extension - Click the
Install
button, then theEnable
button
CopyPro requires Visual Studio Code version 1.60.0 or higher.
There are currently no known issues. If you encounter any problems, please report them on our GitHub issues page.
Added new features:
- Copy Project Structure
- Copy Directory Structure
Contributions are always welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
Enjoy enhanced copying with CopyPro!