Sublime Forum

Goto Anything just lists opened files, **not all files**

#1

Hello team, pleased to join this forum!

I’ve been sublime text for a little while, but in the recent upgrade 3126 it seems gotoanything just lists opened files, not all files in the project as a while ago.

I’m using Ubuntu Xenial version.

have anyone experienced this in the last upgrade or on windows environment?

0 Likes

#2

I use Sublime build 3126 on Windows 7, MacOS 10.10.5 and Slackware Linux and I am not having this issue.

The only time I’ve ever seen this happen is in a case when there is not actually a project open; in that case Goto Anything only lists the currently opened files (or nothing, if you don’t have a file open yet).

You may want to confirm that you actually have a project/folder opened, and that you don’t have a third party plugin of some sort enabled that might be interfering.

1 Like

#3

Have you touch to the settings binary_file_patterns, file_exclude_patterns, or folder_exclue_patterns?

1 Like

#4

Hello OdatNurd, thanks for your comments

I have a project created and opened, also some files.

I have the plugins but it was until just recently that the only listed files were the opened ones, not all the project files anymore

0 Likes

#5

Hello Math2001,

Yes, I’ve checked on that settings, and the project folder is not included there, it was all ok until the recent update :frowning:

0 Likes

#6

I tried ingnoring packages and the same, then I read carefully line by line the binary_file_patterns, I found this line // "/**",

I commented it and bingo, everything worked again :smiley:
I’m not sure if a package may have written this line or something…

Thanks a lot for the tips @math2001 and @OdatNurd

1 Like

#7

Glad you got it sorted out!

0 Likes