SassyStudio icon indicating copy to clipboard operation
SassyStudio copied to clipboard

Feature Suggestion: navigate to SCSS style declaration

Open Untit1ed opened this issue 11 years ago • 3 comments
trafficstars

I'm not even sure if it's a Visual Studio or Resharper's feature, but I'm wondering if it would be possible to implement navigation from css class in my HTML view (by pressing F12) to its style declaration in SCSS file.

I see how it can get really complicated with nested classes, but even some basic lookup would be great.

http://i.imgur.com/XjMk5Zq.png xjmk5zq 1

Untit1ed avatar Jan 08 '14 19:01 Untit1ed

That's a resharper feature. I'll leave this as a feature request, but I wouldn't hold your breath on it any time soon, this would be a pretty big undertaking I believe.

darrenkopp avatar Jan 08 '14 23:01 darrenkopp

Yeah, I understand. Even something like VS's go to definition functionality would be nice.

Untit1ed avatar Jan 09 '14 21:01 Untit1ed

yeah, the hard part is i have to integrate with the html editors code which is the hard part (which is where i would hook into go to definition).

darrenkopp avatar Jan 10 '14 03:01 darrenkopp