Copy File for ChatThis Visual Studio Code extension allows you to copy the content of a file or an entire directory to your clipboard or directly to copilot. Features
UsageTwo commands are provided: Copy File Contents to Clipboard/Copilot
You can also use the command palette to run the "Copy Directory/File Content with Context" command. Copy Directory Contents to Clipboard/Copilot
The formatted content of all files in the directory will be pasted into your chat window. It will follow the .gitignore rules for the directory, so you can exclude files from being copied by adding them to the .gitignore file. The extension will also look for a .copilotignore file in the directory tree, and also use that to ignore files. Requirements
Extension SettingsThis extension does not contribute any settings. Known IssuesNone. Issueshttps://github.com/mikeedjones/copy-file-to-chat/issues LicenseThis extension is licensed under the MIT License. |