Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DocumentationCreatorNew to Visual Studio Code? Get it now.
DocumentationCreator

DocumentationCreator

MompiDevi

|
36 installs
| (0) | Free
Creates a Documentation automatically for your project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Documentation Generator

Logo

This is a VS Code extension that generates documentation for classes in Flutter code using OpenAI's GPT-3 model.

Prerequisites

To use this extension, you'll need to have an OpenAI API key. If you don't have one already, you can sign up for an account and get an API key from the OpenAI website.

Usage

To generate documentation for classes in a Flutter code file, open the file in VS Code and press Ctrl+Shift+P (Windows) or Cmd+Shift+P (Mac) to open the Command Palette. Type "Create Documentation".

The extension will analyze the whole folder in which the file is and generate documentation for each class in the folder using the OpenAI API.

Note that the extension currently only supports Flutter code.

Release Notes

0.0.3

Prototype

0.0.4

Fix Format issue

Credits

This extension was created by Mompi Devi and uses the gpt-3.5-turbo model to generate documentation.

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