How can you use Reference Paths for multiple SCSS Files in Visual Studio, to utilize Intellisense, without having to add it to every file?
问题 In Visual Studio you can include reference paths within your SASS/SCSS files using the following syntax within a .scss file: /// <reference path="vars.scss" /> This is very helpful for providing intellisense for SASS variables and mixins. Right now I have to add a reference path manually to every single SASS file to get this benefit. Is there a way to define "global" Reference Paths for your sass files, where you could define a path once, so that it is available in ALL sass files going