You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And also, Rearrange code (Ctrl + Alt + R by default) is not working for CSS code in template string literals.
Seems lots of code style settings do not apply to it.
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 hex colors format to
for style sheets when usingEmmet
Short format
Emmet:
c#f00
-> PressTab
Expected behavior: (Working correctly In separate
.css
file or.vue
's<style>
block)Actual behavior:
2. Insert line-break automatically when using
Emmet
Base code:
Emmet:
ovh
-> PressTab
Expected behavior: (Working correctly In separate
.css
file or.vue
's<style>
block)Actual behavior:
The text was updated successfully, but these errors were encountered: