bem class extractor html for VS Code
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:VS Code
transport:stdio
runtime:npm
Install bem class extractor html in VS Code
.vscode/mcp.json
{
"servers": {
"bem-class-extractor-html": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/bem-class-extractor-html"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs