CodeAid CodeAid is a Visual Studio Code extension that generates documentation for your code using OpenAI's language model. Features Analyzes code files in your project folder. Sends the code to OpenAI's language model to generate documentation. Displays the generated documentation in a separate webview panel. Requirements Visual Studio Code version 1.60.0 or higher. Extension Settings This extension contributes the following settings: codeaid.maxTokens: The maximum number of tokens used in the generated documentation. Default is 1000. codeaid.temperature: The temperature value for controlling the randomness of the generated text. Default is 0.8. Usage Open a project folder in Visual Studio Code. Click on the "Generate Documentation" button in the status bar. CodeAid will analyze the code files in the project folder and send them to OpenAI's language model to generate documentation. The generated documentation will be displayed in a separate webview panel. Known Issues None. Release Notes 1.0.0 Initial release of CodeAid extension. Contributing Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on GitHub. License This extension is released under the MIT License. Additional Resources OpenAI Visual Studio Code Extension API Feel free to customize the sections and content to match your specific project requirements. |