Skip to content

play declaration gap lint for Zed

io.github.jmshinhwa/play-declaration-gap-lint

15 checks that name every Play Console declaration your manifest opens

client:Zed transport:stdio runtime:npm

Install play declaration gap lint in Zed

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

{
  "context_servers": {
    "play-declaration-gap-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/play-declaration-gap-lint"
      ]
    }
  }
}

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

play declaration gap lint in other clients