You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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)