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! |
Answered by
nnmrts
Aug 14, 2022
Replies: 1 comment 1 reply
|
You need to add a file called |
1 reply
Answer selected by
michael-pfister
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



You need to add a file called
twind.config.jsto 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.tsfile. Reference: tw-in-js/vscode-twind-intellisense#9