michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Does it support code completion for styled-components? #7

Closed SidKwok closed 6 years ago

SidKwok commented 7 years ago

It's annoying when you have to type all the letters. language-babel seems to support such feature.

michaelgmcd commented 7 years ago

This package has less of a scope (for now) as language-babel. It does not support separate code completion like the atom version. I can look more into this in the near future.

SidKwok commented 6 years ago

Have you tried typescript-styled-plugin? I think this library can solve this issue perfectly.