'Is there the way to find in IDE a SCSS nested element by full name when using & instead of parent name?

When I want to find element by its class like .chart__title but in source code it written like

.chart {
 &__title {}
}

How can I find it? Maybe there is a plugin for WebStorm or VS Code...



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source