When I try to open a file in a subdirectory of the current directory (using just the keyboard), I need to do it in two steps. If I’m editing file mysourcefile.js and I want to add file sub/secondfile.js where “sub” is a subdirectory, I used to be able to just hit Ctrl-O, then type “sub/sec” and the autocomplete would kick in and find the file. Now it can’t find anything - I get “No results found”. I don’t know when this changed.
If I hit Ctrl-O then type “sub” and then hit Enter, it goes into the subdirectory and then I can type “sec” and autocomplete works. Is there a way to configure Sublime Text to be able to handle the subdirectory name?
Also, it seems to be doing a full search, i.e. if I type “sec” then any filename that contains “sec” is shown, but in alphabetical order. So “asecond.js” is listed before “secondfile.js”. I want to be able to type the name of the file and have it be selected, i.e. list “sec*” first and then “*sec*” after that. Is this behaviour configurable?
I’m using version 3.2.1 build 3207 on Red Hat.