Darren Kopp

Results 47 comments of Darren Kopp
trafficstars

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

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

So, there's two parts to this: the sassy studio side and the compiler side. The sassy studio doesn't support this yet, but it works reasonably well right now. On the...

You'd have to talk to the folks on the [libsass project](https://github.com/sass/libsass), I don't control their development pace. However, as soon as it lands in libsass, I can pull in the...

Edits to imported files should bubble up, so I'm not sure why it's not in this case. Also, unless you are wanting modulea.css and moduleb.css, you should be prefixing those...

No idea; never used Compass in any of my own projects. Currently when I fire up the Compass compiler I have the working directory set to the project root, but...

thanks for reporting this, sounds like same thing that's happening in #24. The CSS file should be getting generated successfully, it's just unable to nest the file under the scss...

I don't think there's anything to watch out for. The biggest hurdle is likely going to be getting it to compile on windows, then it's a simple matter of mapping...

yeah, last i checked libsass didn't support unc paths, but that was forever ago, so i'll go re-verify that's still the case, but likely it's a libsass issue. i'll double...

The alpha version of the latest libsass code has been pushed to nuget. not sure if it addresses this issue or not and I don't have a unc path to...