styled-components / vscode-styled-components

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

fix Incorrect cursor position after css autocomplete #362

Closed zqy233 closed 2 years ago

zqy233 commented 2 years ago

fix #360

jasonwilliams commented 2 years ago

Thanks @zqy233 will take a look soon

jasonwilliams commented 2 years ago

Thanks for your PR @zqy233

GusPrado commented 2 years ago

Unfortunately not completely fixed as recent discussion confirms on #360

zqy233 commented 2 years ago

Unfortunately not completely fixed as recent discussion confirms on #360

It seems to be OK on my Windows computer. I can't test it on MAC for the time being,Can you try to fix it? the code in src/insertColonCommand.ts caused this problem,you can "git clone" this project and "npm i",then "npx vsce package",test the generated vsix file

image