coc-class-css
SoftmotionsCSS class completions in html markup everywhere
Published Package Summary
Vim/Neovim CoC CSS class selectors completion plugin
coc-class-css CoC is an autocompletion plugin of CSS/PostCSS/SCSS
classes in HTML like markup.

All you need is to configure root css files to start from.
Requirements
- CoC vim plugin
v0.0.80+ - Watchman installed in order to update completion index when files changed.
Installation
:CocInstall coc-class-css
Tips
For correct autocompletion for keywords with dashes it also recommended to setup b:coc_additional_keywords
autocmd FileType * let b:coc_additional_keywords = ["-"]
- CSS class completions in html markup everywhere
- *
Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.
Open Developer GuideVersion History
This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.
Contributed Commands
All contributes.commands entries from the published package manifest for coc-class-css@1.0.11.
This package does not declare any contributed commands.
Configuration Schema
All contributes.configuration entries from the published package manifest, including each raw property schema for coc-settings.json.
Raw JSON Schema
{
"type": "boolean",
"scope": "application",
"default": true,
"description": "Enable coc-class-css extension"
}Raw JSON Schema
{
"type": "array",
"scope": "resource",
"default": [
"index.css"
],
"description": "List of local css/scss files for class suggestions."
}Raw JSON Schema
{
"type": "array",
"scope": "application",
"default": [
"html",
"svelte",
"vue",
"javascriptreact"
],
"description": "List of languages where css class completion enabled"
}