WrightAI — AI Code Documentation for VS CodeWrightAI brings AI-powered documentation directly into your editor. Generate docstrings, track coverage, detect drift, and chat with your codebase — all without leaving VS Code. Powered by Claude (Anthropic). No local server or Python installation required — the backend is fully hosted. Getting Started
FeaturesGenerate DocstringsClick the Generate Docs CodeLens button above any function, or press A side-by-side diff preview shows the generated docstring before anything is written — accept or discard with one click. After your first injection, Wright reminds you that saving the file will automatically check for documentation drift. You can also:
Generate Docs for an Entire FileOpen the Command Palette (
Wright documents every undocumented function in the file with a live progress bar showing per-function status. Gutter IconsEvery function line shows a real-time status icon in the editor gutter:
Hover over a gutter icon to see the function name and a quick-action link. Chat with Your CodebaseRun Wright: Chat with codebase from the Command Palette to open an interactive chat panel. Ask anything:
Answers stream in real time, include clickable file:line citations that jump straight to the source, and suggest follow-up questions. Full conversation history is maintained across turns. Coverage DashboardThe Wright Coverage panel in the Explorer sidebar shows live documentation coverage:
Run Wright: Show coverage from the Command Palette to refresh it manually. Drift DetectionRun Wright: Check for doc drift to find functions whose implementation has changed since their docstring was written. Stale functions are highlighted with an ⚠ Docs outdated — regenerate CodeLens. Drift is also checked automatically every time you save a file. Keyboard Shortcuts
Extension Settings
Supported LanguagesPython · JavaScript · TypeScript · Java · Go · Rust Support
|