Copy as Prompt
# Copy Multiple Files As AI Prompt
Command Name: `aide.copyAsPrompt`
Copies the content of the selected files to the clipboard and formats it as AI interaction prompts.
**Scenarios:**
- You want to copy the code from multiple files in one click to third-party websites like [chatgpt.com](https://chatgpt.com) or [poe.com](https://poe.com).
- You wish to copy the entire project’s code in one click, rather than copying files one by one.
**Usage:**
- Select files or folders in the explorer. (Multi-select: hold `Ctrl` or `Cmd` and click on files or folders)
- Right-click and select `✨ Aide: Copy as AI Prompt`.
<Video src="/videos/aide-copy-as-prompt.mp4"/>
**Related Configuration:**
- You can customize the AI prompt template by configuring [`aide.aiPrompt`](../configuration/ai-prompt.md).
- You can ignore specific files or folders by modifying the [`aide.ignorePatterns`](../configuration/ignore-patterns.md) configuration.
- You can control whether to ignore files or folders specified in the `.gitignore` file by modifying the [`aide.respectGitIgnore`](../configuration/respect-git-ignore.md) configuration.when to use it
Community prompt sourced from the open-source GitHub repo nicepkg/aide (MIT). A "Copy as Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
nicepkg/aide · MIT