I'm using SASS source maps in Canary (command-click a CSS property to see the originating line in the SASS file).
However, what I really want to do is open the SASS file in my local editor (e.g., Emacs, Vi, Sublime Text, &c.).
I've done a lot of digging, and there's no obvious way to do this.
As far as I can tell, the only thing that would work is to use a forked version of the dev tools via a Chrome extension and have it either:
+ send requests to a server running on localhost that can spawn an editor
Am I missing something, or would this be the easiest way to open up source map sources in a native editor?
thanks,
Kevin