I've recently started using scss and the best extension providing intellisense for scss out there seems to be vscode-scss
. But I don't understand, how to make it add @use
or at least @import
rules automatically. It sees variables and mixins from different files, but it writes @import 'blabla' (implicitly)
, but I want an explicit import rule, preferable @use
, at the top of my file. Does this feature exist at all? I'm struggling to open an issue on github, because I think I'm just don't gettting something right.
Asked
Active
Viewed 1,319 times
2

Gama11
- 31,714
- 9
- 78
- 100

Alex Chashin
- 3,129
- 1
- 13
- 35
-
hello, are you found solution? – kitsoRik May 25 '20 at 07:41
-
@kitsoRik, no, maybe there is one, but I didn't manage to find it. So I have to type it manually – Alex Chashin May 25 '20 at 08:01
-
@AlexChasin - yeah, you may copy it, when popover menu is open you may copy path from description of extension, https://imgur.com/lPIig8w – kitsoRik May 27 '20 at 18:52