A command line utility which reads a json file for Visual Studio shortcuts.
The idea is to place Visual Studio shortcuts that are rarely used which makes them easy to find from a command line or PowerShell.
Note Current shortcuts are setup for the author's Jetbrains Resharper shortcuts hence the 'rs' in the file name vs2022rs.json
- Create a folder to place the shortcut file.
- Copy JsonFiles\vs2022.json to the folder above.
- Rename the file to the version of Visual Studio installed e.g. the current file is for VS2022, if using VS2019, name it to vs2019.json or you can simple name it vs.json
- In FileOperations, adjust the property FileName to point to the json file
- In the json file remove current shortcuts in place of your shortcuts.
- Build the project
- Run install.bat
- From the command line type vss and ENTER
- Run uninstall.bat
- Make changes
- Run install.bat