Styled components for coc.nvim as a tsserver plugin
- IntelliSense for CSS property names and values.
- Syntax error reporting.
- Quick fixes for misspelled property names.
:CocInstall coc-styled-components
styled-components.tags
: custom styled-components tags, defaults:['styled', 'css', 'sty', 'createGlobalStyle']
styled-components.validate
: enable/disable error reporting, defaults:true
styled-components.lint
: lint errors report style, defaults:{}
Checkout typescript-styled-plugin configurations.
MIT
This extension is created by create-coc-extension