SassyStudio icon indicating copy to clipboard operation
SassyStudio copied to clipboard

"Navigate To Import" and Compass Import Paths

Open altearius opened this issue 10 years ago • 1 comments

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:

image

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.

altearius avatar Mar 20 '14 20:03 altearius

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.

darrenkopp avatar Mar 31 '14 00:03 darrenkopp