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

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

Open andrewlpmcneill opened this issue 10 months ago • 0 comments

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

andrewlpmcneill avatar Apr 08 '24 00:04 andrewlpmcneill