Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>MatiNew to Visual Studio Code? Get it now.
Mati

Mati

Zonivan

|
2 installs
| (1) | Free
Understand the load-bearing concepts in your code. Mati underlines them and teaches them in place.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mati for VS Code

Mati surfaces the load-bearing concepts inside your code and teaches them in place: dotted underlines on the exact constructs worth understanding, a hover card for why this matters here, and a streamed, four-section explanation in the sidebar when you want the full picture.

Mati is not a linter and not a fixer. It does not flag problems or rewrite your code. It teaches the concepts your code is already built on, so you understand the "why," not just the "what."

What it does

  1. Open a Python, JavaScript, or TypeScript file.
  2. Mati sends the file (and, when useful, the files it directly imports) to the Mati engine for analysis and underlines the concepts worth knowing.
  3. Hover an underline for a short "why now" card.
  4. Choose "Learn this" to stream a full explanation into the Mati sidebar.

Mati reads a file when you settle on it, not on every keystroke: the file has to be the one you are looking at, your edits have to pause for a few seconds, and the content has to have actually changed. Reads are capped at roughly one per file per 90 seconds, with an immediate read when you paste or an agent writes five or more lines into the file you are viewing. Whitespace and comment-only edits reuse the existing analysis for free, and "Mati: Read This File Now" forces a read whenever you want one.

Thin client for the Mati engine at mati.zonivan.com. The extraction prompt and concept catalog never ship in this extension; they stay server-side.

Supported languages

Python, JavaScript, and TypeScript (including JSX/TSX).

Signing in

Run "Mati: Sign In" from the command palette. Your browser opens mati.zonivan.com, which bounces straight back into VS Code and stores a token securely (VS Code SecretStorage). "Mati: Sign Out" clears it.

Known v1 limitation: the browser-to-VS-Code handoff needs the desktop app. On Remote-SSH or web IDEs, the deep link cannot reach the extension; get a token from your Mati account and use "Mati: Set Access Token" instead. A device-code flow is planned.

Settings

  • mati.apiBaseUrl: base URL of the Mati engine. Defaults to https://mati.zonivan.com. Point it at http://localhost:3000 to use a local Mati dev server instead.
  • mati.analysisTrigger: when Mati re-reads a file. Defaults to attention, the settle-based policy described above: read the file once you settle on it, bounded to about one read per file per 90 seconds. Set it to live for the launch-era behavior, a 900ms keystroke debounce that reads as you type; this matches the Mati web app but costs more and reads half-finished code. The setting takes effect immediately, with no reload.

Privacy

While you're signed in, the open file and any files it directly imports are sent to Mati's engine for analysis. Nothing is stored server-side. Explanations you open are cached on your machine (per workspace), so reopening one is instant and free. The extraction prompt and the concept catalog that make Mati's teaching possible never leave the server; this extension is a thin client and never contains them.

Full details: Privacy Policy and Terms.

About

Mati is built by Zonivan. The same engine powers the Mati web editor at mati.zonivan.com, where you can try the teaching in your browser without installing anything.

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