Recently, I made the switch from using Webstorm to VS Code as my IDE. One issue I encountered is related to editing CSS classes in Vue files. Specifically, when I use shortcuts like 'f12' and 'cmd + f12', there seems to be no way to easily navigate between the class definition and its implementation. I've tried various extensions but none have met my expectations. While it works for navigating between Vue components, the problem persists when trying to move between a class's declaration and implementation.
Does anyone know of a way, similar to the 'navigate to declaration/implementation' shortcut in Webstorm (cmd + b), to solve this issue in VS Code?