nandorojo / dripsy

🍷 Responsive, unstyled UI primitives for React Native + Web.
https://dripsy.xyz
MIT License
2.01k stars 80 forks source link

Any ideas about getting Dripsy variants and styles in Auto-complete on Webstorm/VS Code? #208

Closed thegitparticle closed 2 years ago

nandorojo commented 2 years ago

it works in vs code if you follow the docs

thegitparticle commented 2 years ago

I did the setup, the styles work fine but the auto complete suggestions (the variants, color names) do not appear on VS Code. Are there some extra steps needed for this?

nandorojo commented 2 years ago

did you follow the typescript guide

thegitparticle commented 2 years ago

No, my app is entirely plain JS

thegitparticle commented 2 years ago

Have tried the typescript guide and Gotchas as well - still not appearing.

nandorojo commented 2 years ago

and you have typescript installed with a tsconfig file?

thegitparticle commented 2 years ago

yes