Is it possible to set up a keyboard shortcut (e.g. Ctrl + `) to toggle between mypage.html
and mypage.ts
files? In my project, I have one HTML file and one TypeScript (TS) file with the same names. Ideally, I'd like to create a hotkey similar to F7 for switching between the designer and code-behind files in ASP.NET web forms. I'm currently working on an Angular 2 project using Visual Studio 2013, while some team members are using VS15.