A VS Code extension to copy code context formatted for AI assistants (Claude, ChatGPT, pi agent, etc.).
Ctrl+Alt+C / Cmd+Alt+C) — Copy selected code with file path, line, and column numbersCtrl+Alt+F / Cmd+Alt+F) — Copy the entire active file[src/file.ts L10C1-L25C30]
typescript // your code here
npm install
npm run build
Press F5 in VS Code to launch a development extension host.
See CHANGELOG.md.