master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.78k stars 41 forks source link

🐞 Code-completion not working in react + vite + TS #225

Closed TvojTatk0 closed 1 year ago

TvojTatk0 commented 1 year ago

Description

Code-completion is not working on react + TS + vite project. I have to pres control + fn + space in order to see options. image

Reproduction

  1. create react app using create vite with react-ts template
  2. Innit mastercss
  3. Instal extension

System Informations

OS: macOS 13.3.1 Code: Version: 1.78.2 Extension version: v2.1.35

1aron commented 1 year ago

Do you have this option set? https://beta.css.master.co/docs/guides/language-service#editor-quickSuggestions

TvojTatk0 commented 1 year ago

No, I have had not. Now, it's working. Thanks 👍 But, I have notice that "color square" is not showing in tsx files. image

1aron commented 1 year ago

The latest guidelines will be updated soon.

Screenshot 2023-05-26 at 7 07 54 PM

Have you tried reloading your VSCode?

TvojTatk0 commented 1 year ago

Thanks for your help. Now everything woks as expected 👍