|
|
пре 1 месец | |
|---|---|---|
| .vscode | пре 1 месец | |
| src | пре 1 месец | |
| .vscodeignore | пре 1 месец | |
| CHANGELOG.md | пре 1 месец | |
| README.md | пре 1 месец | |
| esbuild.js | пре 1 месец | |
| eslint.config.mjs | пре 1 месец | |
| package.json | пре 1 месец | |
| tsconfig.json | пре 1 месец |
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.