fannheyward / coc-styled-components

Styled component for coc.nvim as a tsserver plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-styled-components

Styled components for coc.nvim as a tsserver plugin

Features

  • IntelliSense for CSS property names and values.
  • Syntax error reporting.
  • Quick fixes for misspelled property names.

Install

:CocInstall coc-styled-components

Configurations

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

License

MIT


This extension is created by create-coc-extension

About

Styled component for coc.nvim as a tsserver plugin

License:MIT License


Languages

Language:TypeScript 60.4%Language:JavaScript 39.6%