vscode-twind-intellisense
vscode-twind-intellisense copied to clipboard
Intelligent Twind tooling for VS Code
For example to support auto completion within brackets: ```html hey
Out of the blue, intellisense stopped working even though I installed the twind and deno extensions in VS Code. I tried it with VS Code v1.76 (February 2023) and it...
How can I get Twind auto-completion to work when developing Deno's Fresh in VScode? Is `Twind Intellisense` not possible and `Tailwind CSS IntelliSense` needs to be set to work? ```...
The extension isn't compatible with TypeScript (5.0.0-dev.20230105). It's fine with 4.9.4 that ships with vscode but TS nightly breaks it. ``` ERR TypeScript Server Error (5.0.0-dev.20230105) this.info.project.resolveModuleNames is not a...
I'd suggest adding a setting to specify the config file path, this way if the user doesn't use the `twind.config.x` format, they can simply set the path themselves.
I'm trying to upgrade a codebase to v1, but it seems that this extension doesn't work anymore. Looking at the code, I'm assuming that this should be using `@twind/intellisense` under...
Hi there! Would it be possible to publish this extension to the [Open VSX registry](https://open-vsx.org/)? This would enable use in alternative vscode distributions such as VSCodium. Thanks :)
Hi folks, i'm (neo)vim user and I would really appreciate using this Twind extension with vim. Do you have plans to port this extension to vim? I have no idea...
Hi, I generated a clean project using `deno run -A -r https://fresh.deno.dev my-project` and answering `y` twice. After this when I try to extend the default colors like so (in...
I want to add font awesome to my project, which uses `fa-*` classes to display icons. Can I disable error checking from the custom lint rules, while keeping the intellisense...