MathiasGilson / Tailwind-Styled-Component

Create Tailwind CSS React components like styled components with class names on multiple lines and conditional class rendering
MIT License
818 stars 43 forks source link

can't move the cursor to the next line when I press enter #91

Closed SteveSuv closed 1 year ago

SteveSuv commented 1 year ago
截屏2023-03-31 00 22 58

when i type tw.div``,editor will give tailwind suggestions,when i press the enter key,it just use the first code suggestion and keep give me next code suggestions, but not move the cursor to the next line as expect :(

截屏2023-03-31 00 26 52
SteveSuv commented 1 year ago

fixed at https://github.com/MathiasGilson/Tailwind-Styled-Component/issues/90