typescript-styled-plugin
typescript-styled-plugin copied to clipboard
TypeScript server plugin that adds intellisense to styled component css strings
In the right column, under **About**, it would be great to have a link to [the Marketplace page for the extension](https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components), to allow easier, less error-prone navigation to the correct...
I'm hitting the same error as https://github.com/microsoft/typescript-styled-plugin/issues/82  Wanted to port that issue to here since this is the new repo 🙂
The docs mention that an array of `tags` can be specified with `@styled/typescript-styled-plugin`. https://github.com/styled-components/typescript-styled-plugin/blob/4b3e45449708201ab429fea4c5640cd77cb24235/README.md?plain=1#L122-L127 However, I cannot get this to work. Adding, for example, `"foo"` to that array, I don't...
When a rule has any content from interpolation, it should not report the `emptyRules` error/warning. This seems to be a regression on https://github.com/microsoft/typescript-styled-plugin/issues/50, which is weird because it seems there...
When using CSS custom properties (CSS variables) with styled-components, there are cases where we need both the property name and value to be dynamic expressions. Currently, the plugin throws a...