April 4, 2016 With most new screens having touch, wouldn’t it be nice if there was a simple extension to Visual Studio that let you reach out and touch it? What if I were to tell you there’s not only one but that its source was available too?CodeConnect/TouchVSTouch interface for common functions of Visual StudioDownload from Visual Studio GalleryHow to use it?Install the VSIX from Visual Studio gallery or build the sourceLaunch 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.ContributionsI 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.CommandsTouch event – CodeConnect.TouchVS.EditorExtensibilityCreating the UI – CodeConnect.TouchVS.TouchControlTheme and command execution – CodeConnect.TouchVS.VisualStudioModuleSee alsoVoice Commands extension (VSIX) – Source for command names and code that executes themFollow @CH9 Follow @coding4fun Follow @gduncan411 Source link