How do I get the twind intellisense extension to work with fresh in vscode? #616
-
I initialized a new fresh project and chose the option to initialize it with twind. After that I got the 'Twind Intellisense' extension for VScode as recommended. However, I'm not getting any autocompletion in my project whatsoever. Not sure what's wrong here I tried to get this to work for hours now. Seems like I'm not the only one having this issue #317 had a couple of comments regarding the same question. Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to add a file called |
Beta Was this translation helpful? Give feedback.
You need to add a file called
twind.config.js
to your project root folder, then it works. The file can be empty, but you can of course actually use it as well, just gotta import and include it inside themain.ts
file. Reference: tw-in-js/vscode-twind-intellisense#9