vscode-styled-components
vscode-styled-components copied to clipboard
Syntax highlighting for styled-components
Type: Bug when I'm typing some css in js code and press enter to autocomplete my code, the cursor is backing **With inline style** [inline-style-react.webm](https://user-images.githubusercontent.com/16847836/184344922-e924185d-1096-4eaa-8223-fb0188f9d20f.webm) **With styled-components** [with-styled-components.webm](https://user-images.githubusercontent.com/16847836/184345025-4bd3ed03-c33b-44a0-a80a-0e428accca0a.webm) In CSS...
**Describe the bug (including copyable syntax)** I have a breakpoints object with such structure in my code: ``` export const breakpoints = { iphoneSE: { query: '(max-width: 320px)' }, mobile:...
As discussed in #274, `typescript-styled-plugin` can be a useful tool, however the out-of-the-box config leaves something to be desired. Most notably, it flags valid css attributes like `margin-inline` as errors....
**Describe the bug (including copyable syntax)** On hover specificity view is not working **Screenshot** If you typed a basic styled component and try to view the specificty by hovering over...
**Describe the bug (including copyable syntax)** Getting the following error from `ts-styled-plugin` on the 2nd line ``` @media screen and (max-width: ${({ theme }) => theme.DynamicTheme.mobXLargeMax - 20}px) { ```...
**Describe the bug (including copyable syntax)** When declaring a styled component in Typescript with an inline multiline prop typing, it breaks the syntax highlight for the code after that. **Screenshot**...
I'm having problems using 2 extensions together: PostCSS and Styled-Components. If both are enabled, highlighted colors give priority to PostCSS even if I write with Styled-Components syntax. Is there any...
**Describe the bug ** I gonna apply attris by pass props. But highlight is broken. **Screenshot**  **Expected behavior** HightLight has to be keep - OS: [Windows10] - VSCode Version:...
**Describe the bug (including copyable syntax)** Look at gif below. **Screenshot** Enable extension:  Disable extension:  **To Reproduce** Just typing jsx style properites. **Expected behavior** Not complete property with...
When the prompt pops up and the prompt is selected with a carriage return, the mouse cursor automatically moves to the front of the colon