A way to label or show SCSS file imported from

One thing I’ve noticed a lot since changing to SCSS files, is that since I import them into my custom.scss file I have no way to know which file the classes are actually in. When I look in the Styles window everything is in my custom.scss file (as it is on export). In reality the classes are in multiple SCSS files.

Is there any way that something could be added to show the actual SCSS file the class has been imported from?

Ya I know, organize better, and I’m getting better at it, but there’s always a good handful of classes that could be in any of a number of SCSS files so I end up having to hunt them down.