-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intellisense stops working #72294
Comments
I have issues with |
I think it can resolve. if your styled-components's version is lower than 4.2.0, you have to upgrade it. In my case, I upgrade styled-components and it was fixed. But, my intellisense is slowed down. |
That's not it, I have |
I'm sorry to hear that 😢. I have no idea with this problem. |
What version of |
when I found the problem, it's version is 4.1.12. But now it is 4.1.14. |
Sounds like DefinitelyTyped/DefinitelyTyped#34391 Are still seeing this issue with the latest typings? |
I updated Edit: It is better indeed, but still substantially slower than on |
No. After I upgrade @types/styled-components, intellisense started to work. But, It is slower than 1.32.3. It takes long time. |
I'm using typescipt 3.4.3.. But you have a problem like me. |
I heard that this issue is typescript's issue. when I'm using typescript 3.3.3333, it solves. THX |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
I'm using styled-components with tsx. when I open a tsx file that us using styled-components, intellisense or autoComplete doesn't work. But when I open a tsx file that is not using styled-components, it work really good.
The text was updated successfully, but these errors were encountered: