vscode-styled-jsx icon indicating copy to clipboard operation
vscode-styled-jsx copied to clipboard

Add support for css attributes autocomplete

Open lndgalante opened this issue 7 years ago • 5 comments

Hi @iFwu ! Do you have any date for this plan https://github.com/iFwu/vscode-styled-jsx#plan ?

Thanks!

lndgalante avatar Dec 20 '17 22:12 lndgalante

Yes! All we need it!

juandc avatar Jan 03 '18 16:01 juandc

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

  1. Install the ES6 Template Literal Editor extension in VSCode
  2. Place yourself inside a style tag and press ctrl + enter
  3. A menu will open up and pick CSS

lndgalante avatar Jan 03 '18 17:01 lndgalante

Awesome! Thank you 😆

But off course still waiting "default" autocomplete support 😛

juandc avatar Jan 03 '18 17:01 juandc

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

juandc avatar Mar 05 '18 21:03 juandc

Microsoft offers a framework to produce a language server to enable language injection intellisense: https://github.com/Microsoft/vscode/issues/5961

iFwu avatar Nov 01 '18 02:11 iFwu