You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the feature "find all references to a particular css class" doesn't work in vscode.
Here is an animated GIF illustration:
What's interesting is that if I run "Find all references" from the side of a tsx file, it ALMOST works. Here is a GIF showing how it "almost works" from that side:
Looks like if it's run from the tsx side, the plugin messes up offset of css classes in the css file. (Could also be that it's the consequence of #34 bug.)
The text was updated successfully, but these errors were encountered:
This isn't working correctly as even with #34 solved, apologies. I'm not sure this is doable, as go to definition works now - yet the reference is still on the wrong line.
Thanks again for the plugin!
Looks like the feature "find all references to a particular css class" doesn't work in vscode.
Here is an animated GIF illustration:
What's interesting is that if I run "Find all references" from the side of a tsx file, it ALMOST works. Here is a GIF showing how it "almost works" from that side:
Looks like if it's run from the tsx side, the plugin messes up offset of css classes in the css file. (Could also be that it's the consequence of #34 bug.)
The text was updated successfully, but these errors were encountered: