merrickluo / lsp-tailwindcss

the lsp-mode client for tailwindcss
GNU General Public License v3.0
188 stars 21 forks source link

add-on mode is not working properly #7

Closed merrickluo closed 3 years ago

merrickluo commented 3 years ago

see #1

NINNiT commented 3 years ago

I've updated both gccmacs and doom and ts-ls + tailwindcss are now starting concurrently in rjsx-mode. Seems like my issue wasn't related to this client at all!

(use-package! lsp-tailwindcss :init (setq! lsp-tailwindcss-add-on-mode t))

Everything seems to work as expected and as far as i can tell, suggestions only occur when inside the className quotation marks :100:

merrickluo commented 3 years ago

that's great, I'm still seeing error messages when ts-ls and tailwindcss both running though..

merrickluo commented 3 years ago

the hover issue seems to be fixed by https://github.com/emacs-lsp/lsp-mode/pull/2654, closing