Skip to content

bem class extractor html for Zed

io.github.jmshinhwa/bem-class-extractor-html

16 BEM naming rules read the HTML file you have open and 22 markup and SCSS skeletons write the styl

client:Zed transport:stdio runtime:npm

Install bem class extractor html in Zed

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

{
  "context_servers": {
    "bem-class-extractor-html": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/bem-class-extractor-html"
      ]
    }
  }
}

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

bem class extractor html in other clients