Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primaryobjects/chatgpt-append
VSCode extension to save all project source code to a list of text files for copying/pasting to ChatGPT.
https://github.com/primaryobjects/chatgpt-append
ai chatgpt chatgpt-tools chatgpt4 extension ide source-code vscode vscode-extension
Last synced: 24 days ago
JSON representation
VSCode extension to save all project source code to a list of text files for copying/pasting to ChatGPT.
- Host: GitHub
- URL: https://github.com/primaryobjects/chatgpt-append
- Owner: primaryobjects
- License: other
- Created: 2023-04-17T01:09:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-29T16:53:47.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:50:26.026Z (2 months ago)
- Topics: ai, chatgpt, chatgpt-tools, chatgpt4, extension, ide, source-code, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 18.9 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ChatGPT Append
Saves all source code files in your project to a list of text files for copying/pasting into ChatGPT.
[Install](https://marketplace.visualstudio.com/items?itemName=primaryobjects.chatgpt-append) in VsCode.
The perfect minimialistic tool to allow ChatGPT to analyze your project's source code.
*Created with ChatGPT4!*
![Screenshot of VSCode extension ChatGPT Append](images/screenshot.gif)
## Quick Start
1. Open your VSCode project.
2. Press the hotkey `F1`.
3. Run the command `ChatGPT Append`. A list of text files will be saved with all of your project's source code appended.
4. Copy and paste each file contents into the ChatGPT conversation prompt to have it analyze your code.You can now ask questions and have the AI develop your code for you!
## Process a Single File
Right-click the file in the left-side navigation and select the menu option `ChatGPT Append`.
## Features
- Saves all source code files in your project to a concatencated list of text files.
- Configurable maximum number of characters per file.
- Configurable destination folder.## Extension Settings
This extension uses the following settings:
* `chatgptAppend.maxFileSize`: Max number of characters per file. Default is `2000`.
* `chatgptAppend.folderName`: Destination folder to save files. Default is `chatgpt_append_files`.
* `chatgptAppend.ignoreFiles`: List of filenames or wildcards to ignore.## License
MIT
## Author
Kory Becker http://www.primaryobjects.com/kory-becker