Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AI DocGenNew to Visual Studio Code? Get it now.
AI DocGen

AI DocGen

Akash

| (0) | Free
Generate Markdown docs for the current project using the bundled Python CLI
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AI DocGen VS Code Extension

Generate Markdown documentation for your current workspace or a selected folder using the bundled Python CLI.

Features

  • Command: AI DocGen: Generate Docs for Workspace
  • Command: AI DocGen: Generate Docs for Folder
  • Opens the generated build/docs.md automatically

Requirements

  • Python available (recommend a workspace venv/)
  • The Python CLI located in the workspace root (this project layout)

Extension Settings

  • aiDocGen.pythonPath: Absolute path to Python. If empty, tries venv/Scripts/python.exe.
  • aiDocGen.outputPath: Output markdown path relative to workspace (default: build/docs.md).
  • aiDocGen.repoPath: Repo path to document (default: workspace root).

Development

npm install
npm run compile
# Press F5 in VS Code to launch the extension host

Publishing

npm install -g vsce
npx vsce package
npx vsce publish

GitHub Actions (optional)

Use npx vsce in CI to build and package the extension without global installs.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft