SassyStudio
SassyStudio copied to clipboard
"Navigate To Import" and Compass Import Paths
I enjoy the ability to place my cursor on an @import
statement, hit F12
and jump to an imported file. I have noticed that this does not seem to support import paths that are defined in the compass config.rb
file.
For instance, consider this tiny example project:
With this setup, I can use F12
to jump from SomeSass.scss
to BaseSass.scss
.
However, if I change the import statement to this:
@import "Admin/BaseSass.scss";
Then F12
no longer works, although everything still compiles identically.
I'll look into what it would take to add this, but not committing to this feature yet. I don't think this would be too terribly hard though.