styled-components / vscode-styled-components

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

Intellisense not working, March 2023 #404

Closed sunflowerm closed 1 year ago

sunflowerm commented 1 year ago

The bug I am not able to get any styled-components autocomplete suggestions within my typescript JSX files. It used to work. I have updated VS Code Insiders on Windows 10 to the latest version, vs-code styled-components to 1.7.5 (Pre-release), all packages with yarn.

I have looked at #343 , and hence updated everything, but to no avail. I have also looked at #387 , but I dont have Nightly installed.

Screenshot
image

Expected behavior
Give autosuggestions. e.g. aic > align-items:center; jcc > justify-content:center;

Build environment (please complete the following information):

Additional context
I have tried to provide all information that I could think of which was relevant, let me know if there's anything else!

geril2207 commented 1 year ago

I downgrade typescript version and completion works fine.

jasonwilliams commented 1 year ago

This is a duplicate of https://github.com/styled-components/vscode-styled-components/issues/387

karelric commented 1 year ago

Same happening to me without any luck. I tried everything I read and know. PS I am using TS 4.x