Sublime Forum

Config for 'goto anything' search paths

#1

Not sure if the algorithm has changed for how Goto Anything determines top matches, but I’ve noticed myself putting much more work than normal to use it successfully in the recent ST3 dev builds.

It would be nice if:

  • there was some way to disable or lower the weight of certain folder paths.
  • ask it to weight files higher when they’re less nested in the depths of the folder hierarchy

really just anything to avoid the myriad of node_modules files that are making this feature more difficult to use as of late.

0 Likes

#2

If you want Goto Anything to ignore files from node_modules you can add

"*/node_modules/*"

to binary_file_patterns list in settings.

1 Like