Stop wasting time copying and pasting code snippets. One click gets your entire project context—structure, files, and all—ready to paste into any AI chat.
Why?
LLMs work better with more upfront context. Instead of explaining your codebase piece by piece, just give it everything it needs in one shot. Saves time, saves tokens, saves headaches.
Who's it for?
You're tired of manually copying code into ChatGPT/Claude
You use VS Code AI chat and want clean, relevant context
You need to share project snapshots quickly
How to use
Click the ContextPack-Pro button in the bottom left status bar (or use Command Palette → Copy Project Context)
Everything gets copied to your clipboard as nice, formatted Markdown
Paste wherever you need it—AI chat, docs, issues, whatever
Settings
Setting
Default
Description
copyContext.sources
openEditors
Strategy for selecting which documents to include (openEditors, activeOnly, or smart).
copyContext.maxFiles
5
Maximum number of files whose contents are added to the clipboard.
copyContext.treeDepth
3
Maximum directory depth when rendering the project tree in full mode.