Reputation: 417
I want to create keyboard shortcut (ex Ctrl + `) to switch between mypage.html
and mypage.ts
files. I have project in which I have one html and one typescript(ts) file with same names. Can I create hotkey to switch between them like we have hotkey F7 for asp.net web forms designer and code behind file. I am working on angular 2 project and developing with visual studio 2013. Some of my team members also have vs15.
Upvotes: 2
Views: 482
Reputation: 4066
In visual studio 2019 you can use this extension Angular Html TS Switcher
Upvotes: 2
Reputation: 27940
You can use my Tabs Studio extension (commercial) to group files with the same name and quickly switch between different extensions using the TabsStudio.OpenCorrespondingFile command.
Upvotes: 0