READMEThis is the README for the "Open in Visual Studio" extensionThis extensions lets a user open the current file into Visual Studio 2013 or 2015. If there an existing running instance, that will be used. Else a new instance will be loaded. Effectively this extension detects the location of Visual Studio and runs "devenv.exe /edit ". Useful if you use VSCode as your editor, but need the power of the VSIDE for debugging or other things. Keybinding: Ctrl+shift+O will launch in VS 2017, then fall back to older versions. You can override this in your keybindings.json file. The commands in this extension are: extension.openInVs2013 extension.openInVs2015 extension.openInVs2017 |