Sublime Forum

ST3: GoTo Symbol in Project Issues

#1

2 issues, apologies if answered elsewhere:

– is there a way to specify, hopefully per-project, which file extensions to exclude/include from indexing? When searching a project with SCSS and CSS files, I want the definition only in the SCSS one.

– shift-command-R is not working for me in OSX. Nothing happens. I checked my keymap file, no conflicts. Anywhere else I can check, or is this a known issue?

0 Likes

#2

I think binary_file_patterns also affects the indexing:

// These files will still show up in the side bar, but won't be included in
// Goto Anything or Find in Files
"binary_file_patterns": "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
0 Likes

#3

[quote=“hsu”]I think binary_file_patterns also affects the indexing:

// These files will still show up in the side bar, but won't be included in
// Goto Anything or Find in Files
"binary_file_patterns": "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],[/quote]

I hope there’s somewhere else to set it, since obviously I want CSS files to show up in the sidebar. I just don’t want them to be indexed – in some projects

Also, I noticed the SCSS files are not being indexed; when I go to symbols anywhere on a class I know exists, I only get hits in the css files, not the scss files.

0 Likes

#4

I too have issue with GoTo Symbol not giving me any hits in SCSS files. This would be a great help to me if it could be fixed

0 Likes