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.