SCSS - @use treat .scss file as .ts file

This is an interesting problem. For some time PHPStorm thinks that is using .ts file as a module in .scss file which is wrong.

IDE cannot help to with variable autocompletion etc.

 

0

Unfortunately, I couldn't reproduce this issue.

Is color.scss recognized as a SCSS file? Is there a TS file with the same name? Does it happen with other SCSS files as well?

A sample project showing this problem would be very helpful.

0

Thx for the answer Oksana!

Yes color.scss is recognized as scss in build and it is good.

We have files with similar names like
- _color.scss and color.ts
And IDE cannot catch the proper file and showing .ts file in use - so i don't have autocompletion 

If i use file like _transition.scss which has no equivalent .ts file everything is ok
If i would add full name of file with extension to @use then all it is ok

0

Thank you for the details! Unfortunately, I couldn't reproduce it in 2023.2.4 and 2023.3 EAP. Could you please provide a sample project where it can be reproduced?

0

请先登录再写评论。