|
|
1 mese fa | |
|---|---|---|
| .vscode | 1 mese fa | |
| src | 1 mese fa | |
| .vscodeignore | 1 mese fa | |
| CHANGELOG.md | 1 mese fa | |
| README.md | 1 mese fa | |
| esbuild.js | 1 mese fa | |
| eslint.config.mjs | 1 mese fa | |
| package.json | 1 mese fa | |
| tsconfig.json | 1 mese fa |
A VS Code extension to copy code context formatted for AI assistants (ChatGPT, Claude, etc.).
Ctrl+Alt+C / Cmd+Alt+C) — Copy selected code with file path and line numbersCtrl+Alt+F / Cmd+Alt+F) — Copy the entire active fileSelect code in the editor, then:
Ctrl+Alt+C (Windows/Linux) or Cmd+Alt+C (macOS)Ctrl+Shift+P) and search for Copy AI ContextOutput format:
--- path/to/file.ts:10-25 ---
ts // your code here
npm install
npm run build
Press F5 in VS Code to launch a development extension host.