Saves all source code files in your project to a list of text files for copying/pasting into ChatGPT.
Install in VsCode.
The perfect minimialistic tool to allow ChatGPT to analyze your project's source code.
Created with ChatGPT4!
- Open your VSCode project.
- Press the hotkey
F1
. - Run the command
ChatGPT Append
. A list of text files will be saved with all of your project's source code appended. - 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!
Right-click the file in the left-side navigation and select the menu option ChatGPT Append
.
- 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.
This extension uses the following settings:
chatgptAppend.maxFileSize
: Max number of characters per file. Default is2000
.chatgptAppend.folderName
: Destination folder to save files. Default ischatgpt_append_files
.chatgptAppend.ignoreFiles
: List of filenames or wildcards to ignore.
MIT
Kory Becker http://www.primaryobjects.com/kory-becker