Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Synchronize scrollbars in Visual Studio 2010

Is there any way to synchronize scrollbars in VS2010? For instance, if you have two files that are nearly identical and you are trying to diff them using vertical tab groups, is there a setting that will allow you to synchronize the scrolling in both?

like image 343
Jason Avatar asked May 05 '11 21:05

Jason


1 Answers

I couldn't work out a way to do it in VS but if all you want to do is compare you could always use Notepad++, which is an awesome free text editor. Get that and copy and paste your code into two different tabs in NP++, then right click one of the tabs and choose 'Move to Other View'. You should then have the two side by side. Scroll both of them to the top and then click 'View -> Synchronize Vertical Scrolling' and that'll keep them synched and you can do easy side by side comparisons.

Hope that helps!

like image 88
Rob Quincey Avatar answered Sep 20 '22 18:09

Rob Quincey