Skip to content

Releases: parnic/VSQuickOpenFile

VS2022 preview 1

16 Oct 14:59
vs2022-pre1
02fc62f
Compare
Choose a tag to compare

Initial VS2022 compatibility.

Needs testing!

v1.15.3

20 Nov 04:25
v1.15.3
e17f18f
Compare
Choose a tag to compare
Tagging as v1.15.3

v1.15.2

25 Sep 22:31
v1.15.2
5cfaf3c
Compare
Choose a tag to compare
Tagging as v1.15.2

v1.15.1

12 Sep 01:43
v1.15.1
196bb9c
Compare
Choose a tag to compare

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

13 Aug 14:10
aaca2d4
Compare
Choose a tag to compare

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

15 May 03:28
b346d7c
Compare
Choose a tag to compare

Fixed #6 - files outside of projects/solutions could not be opened
Added support for VS2019

v1.13.1

07 Apr 19:56
Compare
Choose a tag to compare

Re-fixed multiple files with the same name not showing up (#5).
Added sorting to the file list.
Minor visual polish.

v1.12

07 Apr 19:49
Compare
Choose a tag to compare

Window now persists location and size (#1)

v1.13

07 Apr 19:51
Compare
Choose a tag to compare

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

28 Jun 05:18
Compare
Choose a tag to compare

Fixed duplicate entries in VS2017