styled-components / vscode-styled-components

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

Intellisense on this extension v1.7.8 not working #421

Closed cyheum closed 1 year ago

cyheum commented 1 year ago

I am using styled components with next Intellisense not working on extension v1.7.8

스크린샷 2023-04-12 오전 9 34 03

I downgraded the extension version to 1.7.5 and it works again.

SimonProper commented 1 year ago

Same situation here. For any one experiencing the same problem, you can roll back to the 1.7.5 like OP until the problem is fixed by following https://code.visualstudio.com/updates/v1_30#_install-previous-versions.

jasonwilliams commented 1 year ago

This is mentioned in the troubleshooting guide, so I'm going to close this. There isn't anything for us to do here, it will be because you're not using TypeScript 5.X and are on an older version. VS Code is a moving target and extensions need to try and support whatever it's using. Sadly with TypeScript there isn't an easy way to detect the version then use a different dependency etc So things like this do happen when people update.

https://github.com/styled-components/vscode-styled-components/tree/main#intellisense-is-not-working

cyheum commented 1 year ago

I see, thank you!

OnlyWick commented 1 year ago

@jasonwilliams I'm using 1.7.8 and ts@5.0.4, it hasn't working yet.. : (

image

jasonwilliams commented 1 year ago

@OnlyWick please create a new issue, filling out he template and providing a test case, then we can look into it

OnlyWick commented 1 year ago

@jasonwilliams OK, please see the newest issue.