When I look at a Sass/ SCSS file in my project, it has a sea of 'orange' errors due to not recognising that the Sass statement in question depends on mix-ins/ variables declared in a separate partial file.
What should I be doing to get the IDE to recognise that such variables and mix-ins are declared in another partial file?
e.g.
_variables.scss
_mixins.scss
_partial1.scss <-- lots of warnings in here
_partial2.scss <-- lots of warnings in here too
main.scss <-- @imports _variables, _mixins and _partial files.
Example tooltip from error: