All Projects → rodrigore → coc-tailwind-intellisense

rodrigore / coc-tailwind-intellisense

Licence: other
Coc.nvim extension for Tailwind CSS IntelliSense

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to coc-tailwind-intellisense

gridsome-starter-liebling
Gridsome starter based on the Liebling theme for Ghost. Content is added via markdown, while Tailwind CSS is used for the layout/styling.
Stars: ✭ 21 (-82.05%)
Mutual labels:  tailwind, tailwindcss
stencil-tailwind-plugin
Plugin for using tailwindcss with StencilJS
Stars: ✭ 17 (-85.47%)
Mutual labels:  tailwind, tailwindcss
eslint-plugin-tailwind
ESLint rules for Tailwind CSS
Stars: ✭ 97 (-17.09%)
Mutual labels:  tailwind, tailwindcss
hugo-starter-tailwind-basic
A basic and simple to set up Hugo with TailwindCSS starter project.
Stars: ✭ 80 (-31.62%)
Mutual labels:  tailwind, tailwindcss
tailwindcss-landing-gradients
A landing page made with tailwindcss and the new Gradient feature.
Stars: ✭ 41 (-64.96%)
Mutual labels:  tailwind, tailwindcss
next-tailwind-motion
A simple Next.js starter kit with TailwindCSS (JIT) and Framer Motion preconfigured. Optional feature branches for Locomotive Scroll, Sanity and Dato configuration coming soon...
Stars: ✭ 40 (-65.81%)
Mutual labels:  tailwind, tailwindcss
twin.examples
Packed with examples for different frameworks, this repo helps you get started with twin a whole lot faster.
Stars: ✭ 320 (+173.5%)
Mutual labels:  tailwind, tailwindcss
create-next-pwa
⚡️ Set up Next.js Progressive Web App with `npx create-next-pwa`
Stars: ✭ 59 (-49.57%)
Mutual labels:  tailwind, tailwindcss
variantwind
Most elegant way to work with TailwindCSS variants in Vue
Stars: ✭ 45 (-61.54%)
Mutual labels:  tailwind, tailwindcss
jekyll-atlantic-theme
Jekyll Atlantic is a beautiful Tailwind CSS theme. It shows best practices for using Tailwind with Jekyll.
Stars: ✭ 40 (-65.81%)
Mutual labels:  tailwind, tailwindcss
vscode-xwind
vscode extension for xwind
Stars: ✭ 16 (-86.32%)
Mutual labels:  tailwind, tailwindcss
stitchwind
A bridge between Tailwind and Stitches
Stars: ✭ 33 (-71.79%)
Mutual labels:  tailwind, tailwindcss
material-tailwind
@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
Stars: ✭ 861 (+635.9%)
Mutual labels:  tailwind, tailwindcss
coc-ccls
CCLS (C/C++) extension for coc.nvim
Stars: ✭ 20 (-82.91%)
Mutual labels:  coc, lsp
tailwind-twitter-clone
Twitter UI Clone built during a live stream.
Stars: ✭ 19 (-83.76%)
Mutual labels:  tailwind, tailwindcss
Limg
An image hosting service powered by Laravel
Stars: ✭ 41 (-64.96%)
Mutual labels:  tailwind, tailwindcss
vuejs-tailwindcss-portfolio
A simple multipage and responsive Vue.js & Tailwind CSS portfolio theme with dark mode.
Stars: ✭ 100 (-14.53%)
Mutual labels:  tailwind, tailwindcss
tailwind-color-alpha
Automatic alpha variants for your Tailwind CSS colors based on your opacity config
Stars: ✭ 21 (-82.05%)
Mutual labels:  tailwind, tailwindcss
lsp signature.nvim
LSP signature hint as you type
Stars: ✭ 915 (+682.05%)
Mutual labels:  neovim-plugin, lsp
tailwindcss-postcss-browsersync-boilerplate
Tailwind CSS + PostCSS + BrowserSync boilerplate
Stars: ✭ 28 (-76.07%)
Mutual labels:  tailwind, tailwindcss

banner

Coc integration for Tailwind CSS IntelliSense for version 0.56

Install

:CocInstall https://github.com/rodrigore/coc-tailwind-intellisense

or if you are a vim-plug user, add:

Plug 'rodrigore/coc-tailwind-intellisense', {'do': 'npm install'}

in your .vimrc or init.vim, then restart or source vimrc and run :PlugInstall.

Features

  • Autocomplete autocomplete
  • Linting linting
  • Hover Preview hover

Features not working

  • Since version 0.42 tailwind have the ability to show color decorator. At the time of this writing vim/neovim/coc.nvim don't support decorator.

Settings

  • tailwindCSS.enable set to false to disable tailwind intellisense server. (true by default)
  • Official settings

Troubleshooting

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].