DocuWriter.ai is an AI-powered service that generates code documentation, tests, and optimizations. This VSCode extension provides an interface to the DocuWriter.ai API, enabling you to generate these assets directly from your code editor.
🌟 Features
🔖 Generate Code Documentation: Generate comprehensive documentation for your code.
✔️ Generate Code Tests: Generate unit tests for your code.
🚀 Code Optimization: Generate optimized version of your code.commands.
🚀 Getting Started
Install the extension in VSCode.
Enter your DocuWriter.ai API Key by running the Enter API Key command in the Command Palette (F1 or Ctrl+Shift+P).
Run one of the available commands in the Command Palette:
Generate Code Documentation
Generate Code Tests
Generate Code Optimization
📋 Commands
Enter API Key: Prompts you to enter your DocuWriter.ai API key.
Generate Code Documentation: Generates documentation for the currently active file.
Generate Code Tests: Generates tests for the currently active file.
Generate Code Optimization: Generates an optimized version of the currently active file.
You will be prompted to select the generation mode (Faster ⚡️ or Accurate ✨) when running the Generate Code Documentation and Generate Code Tests commands.