TechWrit AI — VS Code ExtensionReview, rewrite, and simplify technical documentation against your style rules, terminology, and glossary — directly in VS Code. FeaturesReview — Get severity-ranked editorial feedback (Critical, Important, Minor) as inline diagnostics. Issues appear as squiggly underlines with quick-fix code actions to apply suggested corrections. Style Check — Run a structured audit of every active style rule. Violations become diagnostics; the style score percentage displays in the status bar. Rewrite — Rewrite your document to comply with your style rules. Opens a diff view so you can see exactly what changed before accepting. Simplify — Reduce reading complexity to Grade 8-10 level. Same diff view UX as Rewrite. Selection support — Right-click selected text to review or rewrite just that section. Review on save — Optionally auto-review Markdown files on every save. Requirements
Getting Started
Commands
Settings
The API key is stored securely in VS Code's secret storage, not in settings.json. How It WorksThe extension sends your document text to the TechWrit AI REST API, which applies your saved style rules, terminology substitutions, and product glossary. Results are parsed and displayed as native VS Code diagnostics. API requests share the same monthly quota as the web app. Rate limit information is shown in the status bar tooltip. Links |