webstorm-styled-components icon indicating copy to clipboard operation
webstorm-styled-components copied to clipboard

styled-components highlighting support in IntelliJ editors

Results 26 webstorm-styled-components issues
Sort by recently updated
recently updated
newest added

* **IDE name and version:** Webstorm 2021.3.1 * **Styled-components plugin version:** 213.6461.79 ## Problem description: Problem with media queries: `@media ${({ theme }) => theme.devices.tablet} { margin-top: 0; }` Webstorm...

Currently the plugin seems to be using 2 spaces for indents only and ignores the configured indent size in PHPStorm. * **IDE name and version:** ``` PhpStorm 2022.1.3 Build #PS-221.5921.28,...

- **IDE name and version:** PhpStorm 2021.3.3 Build #PS-213.7172.28, built on March 18, 2022 - **Styled-components plugin version:** 213.5744.190 ## Problem description: ### 1. Respect the code style setting `Convert...

It would be cool to be able to show in the markup which HTML tag was used in much the same way as these function argumet names are shown. And...

When developing new components I usually start of writing css inline using the normal style object, like so: `` It would be nice if this plugin could hook into the...

* **IDE name and version:** **2021.1.2** * **Styled-components plugin version:** **211.6693.111** ## Problem description: Future versions can provide tailwind prompts and syntax highlighting.

hello, the variables that are in the function var are not highlighted ![image](https://user-images.githubusercontent.com/19804652/114546665-1ce06f80-9c66-11eb-9844-d53680f3301b.png)

* **IDE name and version:** WebStorm 2019.2.3 Build #WS-192.6817.13, built on September 24, 2019 Runtime version: 11.0.4+10-b304.69 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.13.6 * **Styled-components...

After upgrading to RubyMine 2020.3 Styled Components plugin now flags errors for a correct piece of code. Specifically if `&` is involved * **IDE name and version:** RubyMine 2020.3 Build...

Does this plugin support react native? ```ts export const Shadow = styled.View` shadowColor: #000; shadowOpacity: .2; shadowOffset: 0px -1px; shadowRadius: 1; marginBottom: -1px; ` ``` All show as errors currently

enhancement