Search code examples
cssintellij-ideasass

Intellij sass navigation


I'm using sass for improving my nested css class like:

.parent {
  &__child {...}
}

but when I want to navigate from &__child to see where it is used, I can't. The other way around, from HTML to css works. How can I achieve it both ways?

Further info:

  • IDE: Intellij
  • framework: Vue

Solution

  • This is not currently supported. The issue is tracked at https://youtrack.jetbrains.com/issue/WEB-41364/Allow-searching-for-usages-of-SASS-nested-selectors-created-with-ampersand, please vote for it to get notified when it's fixed