← all repositories
mintlify/writer

Mintlify Writer: the ghostwriter your codebase didn't ask for

An AI-powered VS Code extension that turns highlighted code into docstrings so you don't have to.

3.1k stars TypeScript Coding Assistants
writer
Not currently ranked — collecting fresh signals.
star history

What it does

Mintlify Writer is a VS Code (and IntelliJ) extension that generates documentation for your code on demand. Highlight a function, hit ⌘ + . or click “Write Docs,” and it spits out a docstring in your chosen format. It supports a dozen languages from Python to Rust and outputs to JSDoc, reST, NumPy, Doxygen, and others.

The interesting bit

The project is essentially a thin client: your code leaves your machine, gets processed by Mintlify’s servers, and returns as formatted documentation. The README is admirably blunt about this — “your code does leave your machine” — which is rarer than it should be in AI tooling.

Key highlights

  • Supports 12+ languages including TypeScript, Go, Rust, and Dart
  • Outputs to 9 docstring formats (JSDoc, reST, NumPy, Google, etc.)
  • Available as both VS Code extension and IntelliJ plugin
  • 3,129 GitHub stars with active Discord community
  • One-key workflow: highlight, ⌘ + ., done

Caveats

  • No longer maintained: The Mintlify team has discontinued updates; they’re pushing users to their commercial documentation product instead
  • Cloud-dependent: All code analysis happens server-side, not locally
  • “More under construction”: Several languages and formats marked with 🚧 emoji suggest incomplete coverage

Verdict

Worth a look if you want to retrofit docstrings onto legacy code without the typing. Skip it if you need offline tooling, ongoing support, or have strict data residency requirements — this is abandonware with a cloud dependency.

Frequently asked

What is mintlify/writer?
An AI-powered VS Code extension that turns highlighted code into docstrings so you don't have to.
Is writer open source?
Yes — mintlify/writer is open source, released under the MIT license.
What language is writer written in?
mintlify/writer is primarily written in TypeScript.
How popular is writer?
mintlify/writer has 3.1k stars on GitHub.
Where can I find writer?
mintlify/writer is on GitHub at https://github.com/mintlify/writer.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.