vscode-styled-jsx
vscode-styled-jsx copied to clipboard
Add support for css attributes autocomplete
Hi @iFwu ! Do you have any date for this plan https://github.com/iFwu/vscode-styled-jsx#plan ?
Thanks!
Yes! All we need it!
Hey @juandc there's a way meanwhile to have autocomplete in CSS. Take a look here https://github.com/zeit/styled-jsx#visual-studio-code-extension
- Install the
ES6 Template Literal Editor
extension in VSCode - Place yourself inside a
style
tag and pressctrl + enter
- A menu will open up and pick CSS
Awesome! Thank you 😆
But off course still waiting "default" autocomplete support 😛
Good luck @lndgalante! There is a new package with full autocomplete support :D
Take a look :point_right: https://github.com/Grimones/vscode-styled-jsx-languageserver
Microsoft offers a framework to produce a language server to enable language injection intellisense: https://github.com/Microsoft/vscode/issues/5961