This extension employs ChatGPT to generate a Markdown file that contains a description of the current code. It then saves this Markdown file to a location within the workspace.
This extension was tested using Visual Studio Code=1.83.1
See the package.json file for details.
To use this extension, install it from the VSCode marketplace.
Once the installation is finished, you'll need to insert your ChatGPT session token into the extension settings in VSCode. To accomplish this, follow these steps:
- Open the "Code" menu.
- Select "Preferences" from the dropdown menu.
- Choose "Settings" to access the settings panel.
- In the search bar, type
docsascode
to filter the settings list. - Enter your session token in the
API Key
field.
After completing these steps, the extension should be ready to use.
To use this extension, you will need to authenticate with a valid API Key from ChatGPT. To get an API Key refer to OpenAI docs
Feel free to contribute by opening issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.