styled-components / vscode-styled-components

Syntax highlighting for styled-components
MIT License
917 stars 118 forks source link

Autocomplete is adding "%" to decimal numbers after choosing Intellisense #444

Open andrewlpmcneill opened 6 months ago

andrewlpmcneill commented 6 months ago

This autocomplete occurs after I choose an Intellisense style like "padding-top" for example, then proceed to write a decimal value.

example: "0." -> "0%." (occurs immediately after entering ".")

This doesn't happen in regular CSS files after using a suggested Intellisense value, only in styled components files.

Screenshot 2024-04-07 at 21 33 50