Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Docs Generator ChatGPTNew to Visual Studio Code? Get it now.
Docs Generator ChatGPT

Docs Generator ChatGPT

Docs Generator ChatGPT

|
103 installs
| (1) | Free
Create docs for each files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Docs Generator Extension for VS code

This is the README for the "docs-generator" extension.

Features

  • Generate Docs: This feature allows you to select a folder and get an explanation of the code in understandable technical words. It also works for subfolder files documentation of the selected folder.

vscode module

  • commands.registerCommand
  • window.showInformationMessage

Running the Sample

  • Run npm install in the terminal to install dependencies.
  • Run the Run Extension target in the Debug View.
  • Right-click on the folder and run Generate Extension.

Requirements

  • Node Installed
  • To use this extension, you need an internet connection to access the OpenAI API.

Extension Settings(Important Step)

This extension contributes the following settings:

  • ctrl+shift+p > Preferences : User Settings Open(JSON) > then this object
  • It should update the "docs-generator.apiKey" attribute in the settings.json: "docs-generator": { "apiKey": "YOUR_API_KEY" },
  • Example: "docs-generator": { "apiKey": "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" },

Create API KEY

To create an API key for OpenAI's GPT models, including ChatGPT, you can follow these steps:

  1. Go to the OpenAI website at https://openai.com/.
  2. Sign in to your OpenAI account. If you don't have an account, you'll need to create one.
  3. Once you're signed in, navigate to the API section or go directly to https://platform.openai.com/signup.
  4. Follow the instructions to sign up for the API access or join the waitlist if it's currently restricted.
  5. Once you have access to the API, you can generate an API key. The process may vary depending on OpenAI's current procedures and requirements.
  6. Typically, you'll need to provide relevant information and agree to any terms and conditions specified by OpenAI.
  7. After successfully completing the process, you'll receive an API key that you can use to authenticate your requests to the OpenAI API.

Release Notes

Latest Update

0.0.2

Initial release of Docs-Generator Extension

Feedback and Contributions

If you encounter any issues, have suggestions, or want to contribute to the extension, please feel free to submit an issue or pull request on the GitHub repository.

Your feedback and contributions are highly appreciated!

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft