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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ This extension will parse the projects in your solution and look for files. Once
11
11
- Set a key binding for Tools.OpenFileInSolution
12
12
13
13
## 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.
15
17
16
18
## Future improvements:
17
19
- 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