Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidmchan/aidocsgen

A VSCode plugin for automatically generating docstrings with AI.
https://github.com/davidmchan/aidocsgen

Last synced: 12 days ago
JSON representation

A VSCode plugin for automatically generating docstrings with AI.

Awesome Lists containing this project

README

        

# aidocsgen

Automatically generate docstrings for your file with Chat GPT!

## Features

Install the extension and run the command `aidocsgen: Generate Docstring` to generate all docstrings for your file.

## Requirements

You must have an OpenAI account, and have access to the API key. You can find your key [here](https://platform.openai.com/account/api-keys)
or you can create a new one following the tutorial [here](https://www.howtogeek.com/885918/how-to-get-an-openai-api-key/).

## Extension Settings

This extension contributes the following settings:

- `aidocsgen.apiKey`: The API key for your OpenAI account.
- `aidocsgen.docstringType`: A format for your docstrings. Note: This is a suggested format, and the AI doesn't always follow it.

## Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

## Release Notes

### 1.0.0

Initial release of aidocsgen.

---