Open CuriousPhysicist opened 3 years ago
Check your filetype if it's any of the following
tailwindCSS.cssLanguages css languages completion support, default:
[ "css", "less", "postcss", "sass", "scss", "stylus", "vue" ]
tailwindCSS.jsLanguages javascript languages completion support, default:
[ "javascript", "javascriptreact", "reason", "typescriptreact" ]
tailwindCSS.htmlLanguages html languages completion support, default:
[ "blade", "edge", "eelixir", "ejs", "elixir", "elm", "erb", "eruby", "haml", "handlebars", "htmldjango", "html", "HTML (EEx)", "HTML (Eex)", "html.twig", "jade", "leaf", "markdown", "njk", "nunjucks", "php", "razor", "slim", "svelte", "twig", "vue" ]
I'm having the same issue in haml documents in my rails project. Works fine in css.
Edit: actually, it seems like my problem may be different as the upstream library doesn't truly support haml out of the box yet, without an experimental setting change: tailwindlabs/tailwindcss#7553
On an Angular project, and using neovim, and installing using
vim-plug
I can't get coc-tailwindcss to trigger in any*.component.html
file.My set up is as follows:
init.vim:
To Reproduce Steps to reproduce the behavior:
below the closing style tag delete the boilerplate and replace with a simple h1 tag
add a class attribute and attempt to trigger coc prompt window ... doesn't work.
Run
:PlugInstall!
to force a re-installation of plugins...yar raises error messages:
Check extensions with
:CocList extensions
but in the HTML file the services don't include
tailwindcss
Expected behavior When entering text the tailswindcss language server should be providing suggestions when in a suitable file type.
Screenshots
This list should include suggestions like
bg-gray-400
with a[LS]
tag at the end.Desktop (please complete the following information):