Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Typescript side-by-side editing in Visual Studio 2015

Having used side by side editing for Typescript and its compiled Javascript output using Web Essentials 2013 in Visual Studio 2013, now that I have updated to Visual Studio 2015 the side by side capability seems to have completely vanished, does anyone know how to get it working? Or has it been dropped completely?!

like image 265
stubbzarelli Avatar asked Jul 22 '15 09:07

stubbzarelli


1 Answers

You can get this functionality without needing any plugin in any version of VS.

First allow changes to be reloaded in visual studio options.

Options

Then you can open a tab with the JS output and place it next to the typescript tab.

like image 146
Chad Carisch Avatar answered Oct 03 '22 04:10

Chad Carisch