Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

coc-class-css

Softmotions

CSS class completions in html markup everywhere

Installation CommandVim prompt
:CocInstall coc-class-css
GitHub owner
Softmotions
Version
v1.0.11
npm package
coc-class-css
Requirements
coc ^0.0.82
License
MIT
Repository
GitHub
npm latest published 2024-11-07Registry checked 2026-08-23Registry summary

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.

screenshot

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 = ["-"]
Read the complete README
  • CSS class completions in html markup everywhere
Activation Events
  • *
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version 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.