Savan S
Savan S

Reputation: 417

Create keyboard shortcut to switch between html an typescript files with same name

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.

html file and ts file with same names.

Upvotes: 2

Views: 482

Answers (2)

Osama AbuSitta
Osama AbuSitta

Reputation: 4066

In visual studio 2019 you can use this extension Angular Html TS Switcher

Upvotes: 2

Sergey Vlasov
Sergey Vlasov

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

Related Questions