Quick Launch is great for quickly calling up the history or a blame for a specific file... except for files with a name that occurs at many places in the repository. Having Quick Launch also fuzzy search the path name would make it possible to handle that scenario.
For reference, VSCode has a good implementation of this; you can put a part of the path in front or behind (part of) the filename. The latter is useful when you only notice that there are many files with the same name only after enter the filename.
Quick Launch is great for quickly calling up the history or a blame for a specific file... except for files with a name that occurs at many places in the repository. Having Quick Launch also fuzzy search the path name would make it possible to handle that scenario.
For reference, VSCode has a good implementation of this; you can put a part of the path in front or behind (part of) the filename. The latter is useful when you only notice that there are many files with the same name only after enter the filename.