Sublime Forum

Goto Symbol in project - no longer returning sass/css selectors

#1

Hi there,

Up until now I have relied upon using CMD+Shift+R and being able to type in a css or sass declaration and be able to jump straight to that spot in a .scss file. I’m not sure if this feature is linked to a particular package, but this morning it randomly stopped working for me, and will now return anything but.

This is more of a general knowledge question than technical support, but I pretty much only want to return style selectors as search results when typing CMD+Shift+R in a project folder. Any ideas how to re-implement this?

Thanks in advance!

0 Likes

#2

you can undo whatever commits broke it :slight_smile:

2 Likes

#3

On 2014 @P233 created this feature on the commit:

  1. https://github.com/P233/Syntax-highlighting-for-Sass/commit/c4810db70dcedfbc2f36ed6596b75c295693aa2f

A month ago, he had enhanced this feature on the commit:

  1. https://github.com/P233/Syntax-highlighting-for-Sass/commit/37ecab2e826cebe768295abc59fc23da07b3a58f

Creating problems for other people, which opened the issue:

  1. https://github.com/P233/Syntax-highlighting-for-Sass/issues/68

Now 2 days ago, he fixed the problem by completely removing this go to feature:

  1. https://github.com/P233/Syntax-highlighting-for-Sass/commit/2f481f456a61b30fe8c886cfeb550efdb21f23f1

Instead of reverting to the commit which introduced the problem. To fix this for you, you can recreate the original file from 2014, he had deleted 2 days ago:

  1. https://github.com/P233/Syntax-highlighting-for-Sass/blob/c4810db70dcedfbc2f36ed6596b75c295693aa2f/Preferences/Goto%20Symbol%20in%20Project.tmPreferences
1 Like

#4

@kingkeith @addons_zz Thank you both for such quick replies - I didn’t know that this was related to that package, but reverting the commits has indeed fixed it. Cheers!!

0 Likes