Documentation GeneratorThis is a VS Code extension that generates documentation for classes in Flutter code using OpenAI's GPT-3 model. PrerequisitesTo 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. UsageTo generate documentation for classes in a Flutter code file, open the file in VS Code and press 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 Notes0.0.3Prototype 0.0.4Fix Format issue CreditsThis extension was created by Mompi Devi and uses the gpt-3.5-turbo model to generate documentation. |