This extension copies the relative path of the current file and all the code in that file to the clipboard.
- Copies the relative path of the current file.
- Copies all the code from the current file.
- Displays a confirmation message when the action is completed.
- Copy Path and Code: Copies the path and code to the clipboard.
- Open a file in the editor.
- Press
Ctrl + Shift + Pto open the command palette. - Type
Copy Path and Codeand select it.
- Visual Studio Code
- Initial release of CodeCopy.