-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
sastan.twind-intellisense v0.2.1 didn't work in my Fresh Deno project #15
Comments
Same here. Fresh creates a I checked the Updated {
"deno.enable": true,
"deno.lint": true,
"editor.defaultFormatter": "denoland.vscode-deno",
"editor.suggest.showStatusBar": true,
"editor.quickSuggestions": {
"strings": true
}
}
|
@Senbonzakura1234 check this #9 (comment). IntelliSense gave suggestions after I added that file. I guess we can create the file mentioned in comment and add it to The src code only finds https://github.com/tw-in-js/vscode-twind-intellisense/blob/main/src/extension.ts#L43 (local twind manifest files) or https://github.com/tw-in-js/vscode-twind-intellisense/blob/main/src/extension.ts#L49 (twind config files). Since Fresh does not create such files, the extension remain inactive |
Try fresh version 1.1.0 - the extension should now work out of the box! |
Thank you @lucacasonato ! The intellisense is working fine now. Best of luck with deno and fresh ! |
Reproduce Steps:
env: Deno v1.24.3
run
deno run -A -r https://fresh.deno.dev .
to create a new Fresh projectchoose 'y' for both questions in the cli
install sastan.twind-intellisense v0.2.1 extension
check any class properties of jsx element in any .tsx files
- Expected behavior: sastan.twind-intellisense v0.2.1 will suggest tailwind class inside
tw
function- Actual behavior: no code suggestions from sastan.twind-intellisense v0.2.1
Tried but not work: I tried to reload the vscode, restart my system, but it still didn't work either
The text was updated successfully, but these errors were encountered: