Skip to content
Zed

jsx notation for Zed

io.github.sebastianmaciel/jsx-notation

JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs

client:Zed transport:stdio runtime:npm

Install jsx notation in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "jsx-notation": {
      "command": "npx",
      "args": [
        "-y",
        "jsx-notation"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

jsx notation in other clients