|
|
hace 1 mes | |
|---|---|---|
| .vscode | hace 1 mes | |
| src | hace 1 mes | |
| .vscodeignore | hace 1 mes | |
| CHANGELOG.md | hace 1 mes | |
| README.md | hace 1 mes | |
| esbuild.js | hace 1 mes | |
| eslint.config.mjs | hace 1 mes | |
| package.json | hace 1 mes | |
| tsconfig.json | hace 1 mes |
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.