typescript-plugin
typescript-plugin copied to clipboard
TypeScript language service plugin that adds IntelliSense for tailwindjs
@microsoft can't semver for shit. Plugin is broken when used in vs-code: https://github.com/tw-in-js/vscode-twind-intellisense/issues/24
Hello, When using `styled` I noticed that all the possible html props types are available on the component created which hid the variant in a very long list. I think...
I see that the `...Plugins` that were mainly used for plugin completions in twind 0.16 have been removed in v1. Currently there does not seem to be a replacement anywhere....
For example, there is no auto-completion for `form-input` from `@twind/forms`, or `lg:prose-xl` from `@twind/typography`. Thank you :) * https://github.com/tw-in-js/twind-line-clamp * https://github.com/tw-in-js/typography * https://github.com/tw-in-js/twind-content * https://github.com/tw-in-js/twind-aspect-ratio * https://github.com/tw-in-js/twind-forms
Updates the plugin to work with Typescript 5. Most likely not backwards compatible with Typescript 4, I have not tried it. The biggest change is the consolidation of `tsserverlibrary` and...