This is an extension for fuzzyfinder-like functionality in Visual Studio 2013 and 2015. That is, it helps you open files without having to navigate the Solution Explorer, typing parts of the filename instead.
By default, it attempts to set the hotkey as Alt+O, but you can change it from Tools->Options->Environment->Keyboard to be whatever you wish. The menu command created is File->Fuzzy Open File.
Super-quick user guideStart typing some parts of the filename you wish to open. If you are happy with the first suggestion, you can just press Enter. If not, either continue typing or select the correct file from the list with either Tab/Shift-Tab, Up/Down arrow keys or double-click. |