Function Comment GeneratorThis is a VS Code extension that generates comments for functions in Flutter code using OpenAI's GPT-3 model. The comments are generated based on the function signature and body. 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 comments for functions in a Flutter code file, open the file in VS Code and press The extension will analyze the file and generate comments for each function in the file using the OpenAI API. The comments will be added as a single-line comment above each function. Note that the extension currently only supports Flutter code. Release Notes1.0.0Added comments remover and updated the code to accept more variety of functions 1.0.1Added better prompt for the comments to be generated CreditsThis extension was created by Mompi Devi and uses the gpt-3.5-turbo model to generate comments. LicenseThis extension is licensed under the MIT License. See the LICENSE file for details. |