A VS Code extension that automatically generates detailed wiki documentation for your code using AI.
- Visual Studio Code ^1.96.0
- Internet connection (for AI service access)
- API Key for the selected AI provider
Install this extension from the VS Code marketplace.
This extension requires the following configuration:
- Open VS Code Settings
- Search for "Wiki Generator"
- Configure the following settings:
wikiGenerator.provider: AI provider to use (default: 'gemini')wikiGenerator.apiKey: Your API key for the selected providerwikiGenerator.model: Model configuration for different providers
- Open VS Code
- Click the "File Explorer" icon in the Activity Bar
- Select one or multiple files you want to document
- Right-click and select "Generate Wiki Page" from the context menu
- The extension will automatically:
- Read the selected files
- Generate detailed documentation using AI
- Create a new
.wiki.mdfile next to your source file - Open the generated wiki in both editor and preview mode
- Multi-file documentation support
- AI-powered documentation generation
- Markdown wiki file creation
- Automatic preview
- Progress indicators
- Context menu integration
This extension uses:
- Google's Generative AI (Gemini)
- OpenAI's API (for future implementations)
Initial release of Wiki Generator with features:
- AI-powered documentation generation
- Markdown wiki file creation
- Automatic preview
- Context menu integration
Enjoy writing self-documenting code!