You can use the Goto Anything feature (Ctrl+P on Windows and Linux, Cmd+P on macOS) and type the name of the file you’re looking for. If there are multiple hits, you can select the appropriate file using cursor keys. It also supports powerful operators, that let you jump to specific parts inside a file.
Examples:
file.jsopens that file:100jumps to line 100 in current filefile.js:100jumps to line 100 infile.js@loadFilelists all files with classes/functions namedloadFile(shortcut: Ctrl+R, Cmd+R on macOS)file.js@loadFilejumps to aloadFile()infile.js