CodeClipMate is a Visual Studio Code extension that allows you to easily copy the contents of your open files to the clipboard. You can copy multiple files at once, which is useful for sharing code snippets or creating backups.
Features
Copy Active File: Copies the content of the currently active file to the clipboard.
Copy All Open Files: Copies the content of all open files in tabs to the clipboard at once.
Copy in Markdown Format: Copies the file path and code content in Markdown code block format.
How to Use
Keyboard Shortcuts
Copy Active File:
Windows/Linux: Ctrl + Alt + Shift + C
Mac: Cmd + Option + Shift + C
Copy All Open Files:
Windows/Linux: Ctrl + Alt + Shift + A
Mac: Cmd + Option + Shift + A
Using Command Palette
Press Ctrl + Shift + P (on Mac, Cmd + Shift + P) to open the Command Palette.
Enter one of the following commands:
Copy Active File to Clipboard
Copy All Open Files to Clipboard
Customization
You can change the keyboard shortcuts by following these steps:
Press Ctrl + K Ctrl + S (on Mac, Cmd + K Cmd + S) to open Keyboard Shortcuts settings.
Enter "CodeClipMate" in the search bar and edit the shortcuts for the commands you wish to change.
License
This extension is released under the MIT License.
コードクリップ
English version is above.
CodeClipMateは、Visual Studio Codeで開いているファイルの内容を簡単にクリップボードにコピーできる拡張機能です。複数のファイルを一度にコピーすることも可能で、コードの共有やバックアップに便利です。