darrenkopp / SassyStudio

Visual Studio extension that adds a little bit of support for sass/scss
MIT License
101 stars 12 forks source link

Feature Suggestion: navigate to SCSS style declaration #41

Open Untit1ed opened 10 years ago

Untit1ed commented 10 years ago

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

darrenkopp commented 10 years ago

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.

Untit1ed commented 10 years ago

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

darrenkopp commented 10 years ago

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).