tw-in-js / vscode-twind-intellisense

Intelligent Twind tooling for VS Code
MIT License
60 stars 10 forks source link

unnecessary prerequisite of twind.config file #14

Open michael-pfister opened 2 years ago

michael-pfister commented 2 years ago

As someone who used twind for the first time, I initially had some trouble setting things up after installing the extension. I previously didn't use tailwind and didn't know about having to add a config file to make it work.

I read the marketplace description which didn't state that I absolutely need a twind.config file for the extension to work. This is exactly why I was lost.

Adding an empty twind.config.ts file and adding that to .gitignore fixed my issue but it makes me second guess the necessity of that file. What if I don't want to add any additional config to twind? I think it'd make for a much better user experience if the extension just worked with or without a config file.

michael-pfister commented 2 years ago

this issue is related to #12 , not sure whether or not the intellisense works in other frameworks