Skip to content

Commit 2a1906d

Browse files
authored
Added download link for VS2022 extension. (#15)
1 parent 186e189 commit 2a1906d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ This extension will parse the projects in your solution and look for files. Once
1111
- Set a key binding for Tools.OpenFileInSolution
1212

1313
## Installation
14-
[Download](https://marketplace.visualstudio.com/items?itemName=PerniciousGames.OpenFileInSolution) this extension from the Visual Studio Marketplace.
14+
[Download](https://marketplace.visualstudio.com/items?itemName=PerniciousGames.OpenFileInSolution) this extension for Visual Studio 2012, 2013, 2015, 2017, 2019 from the Visual Studio Marketplace.
15+
16+
[Download](https://marketplace.visualstudio.com/items?itemName=PerniciousGames.OpenFileInSolution2022) this extension for Visual Studio 2022 from the Visual Studio Marketplace.
1517

1618
## Future improvements:
1719
- Need to cache the list of files in the solution so it doesn't have to re-parse them every time. This means updating the cached list when new files/projects are added or loaded.

0 commit comments

Comments
 (0)