coc-cssmodules

css modules autocompletion and go to definition coc.nvim plugin

Downloads
129
Stars
70
Committers
2

Bot releases are hidden (Show)

coc-cssmodules - Support for styles in media queries Latest Release

Published by antonk52 almost 4 years ago

This release contains a bug fix where class names inside of media queries neither get autocomplition nor go-to-definition.

It also contains the dependency version bump.

Enjoy

coc-cssmodules - Parent selectors support and more

Published by antonk52 almost 4 years ago

This versions brings life quality improving kind of features:

  • parent selectors. If you use any modern preprocessor like sass/less/stylus or postcss plugins the go to definition for nested and concatenated classnames will work now also
  • cssmodules.hintName setting. You can customize the name of the autocompletion source in coc-settings.json
  • Partial support for stylus has been added. Files are now parsed as regular css with parent selectors.

Fixed:

  • coc config autocompletion. This was broken before and is working now.

Improved:

  • unit tests core functionality has been well tested to avoid accidental issues in the future