Releases: parnic/VSQuickOpenFile
Releases · parnic/VSQuickOpenFile
VS2022 preview 1
Initial VS2022 compatibility.
Needs testing!
v1.15.1
Added searching by capital letters in filenames. If the file "AssemblyInfo.cs" were in a project, then searching for "ai" would find it since those letters appear as capitals in the filename in order.
v1.15.0
Added requested feature to move through files with tab/shift+tab
Automatically focus the opened file so that if you didn't previously have any files open, the solution explorer doesn't remain in focus
v1.14.0
Fixed #6 - files outside of projects/solutions could not be opened
Added support for VS2019
v1.13.1
Re-fixed multiple files with the same name not showing up (#5).
Added sorting to the file list.
Minor visual polish.
v1.12
Window now persists location and size (#1)
v1.13
Switched to a grid view to display more info about each file (#3)
Fixed exceptions when using the extension with certain project types (such as Wix) (#4)
Set font to match the VS environment (#2)
v1.11.4
Fixed duplicate entries in VS2017