You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed and configured this package, it works fine in css files, however it doesn't complete css rules as expected in styled-components (however, it attaches typescriptreact files thus I assumed it should?).
Attaching 2 examples of completion in .css and .tsx file:
The text was updated successfully, but these errors were encountered:
Just install with npm install -g emmet-language-server and change the cmd in lspconfig as in readme
CSS abbreviations will work in .ts and not .tsx, to separate HTML and CSS abbreviations (put your styled components in .ts files, it's good practice anyway)
I installed and configured this package, it works fine in css files, however it doesn't complete css rules as expected in styled-components (however, it attaches typescriptreact files thus I assumed it should?).
Attaching 2 examples of completion in
.css
and.tsx
file:The text was updated successfully, but these errors were encountered: