Touch interface for common functions of Visual Studio
Download from Visual Studio Gallery
- Install the VSIX from Visual Studio gallery or build the source
- Launch the touch interface by double-tapping the code editor's surface.
- Tap on the action you're interested in to invoke it. Tap outside of the control to hide it.
I saw a popular discussion on touch interface in Visual Studio and thought this would be a fun project. All contributions are welcome :)
Please share which commands you'd like to use in touch interface, or even better, submit a PR!
Relevant bits of code:
- Available commands - CodeConnect.TouchVS.Model.Commands
- Touch event - CodeConnect.TouchVS.EditorExtensibility
- Creating the UI - CodeConnect.TouchVS.TouchControl
- Theme and command execution - CodeConnect.TouchVS.VisualStudioModule
Voice Commands extension (VSIX) - Source for command names and code that executes them