Sublime Forum

"goto definition" and "goto symbol in project" with sass

#1

Is there any way to make goto definition works with SASS(SCSS)? It works great with LESS but SASS completely ignored, and i don`t understand why, perhaps this is a problem of the plugin wich implements SASS support?

0 Likes

#2

Yes, the package has to specify what “symbols” are in the respective language. Ask the developer to implement it (or if you want to do it on your own, check the second point in this post).

0 Likes

#3

This is strange,
package has “Symbol List.tmPreferences” file
github.com/P233/Syntax-highligh … references
but it does not work, when i am using hot key for “goto definition” i receive a message in status bar “Unable to find element”.
I tried to modify “Symbol List.tmPreferences” to match such file in LESS package, but to no avail.

0 Likes