在 Visual Studio 2010 中同步滚动条

发布于 2024-11-05 12:07:51 字数 81 浏览 0 评论 0原文

VS2010有没有办法同步滚动条?例如,如果您有两个几乎相同的文件,并且您尝试使用垂直选项卡组来区分它们,是否有一个设置允许您同步两个文件中的滚动?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

感悟人生的甜 2024-11-12 12:07:51

我无法找到在 VS 中执行此操作的方法,但如果您只想进行比较,则可以随时使用 Notepad++,这是一个很棒的免费文本编辑器。获取该代码并将代码复制并粘贴到 NP++ 中的两个不同选项卡中,然后右键单击其中一个选项卡并选择“移至其他视图”。然后你应该将两者并排放置。将它们滚动到顶部,然后单击“查看 ->”同步垂直滚动”,这将使它们保持同步,您可以轻松地进行并排比较。

希望有帮助!

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!

酷遇一生 2024-11-12 12:07:51

同步滚动条不是 VS2010 的一部分。

在这里您可以为他们投票!< /a>

Synchronized scrollbars are not part of VS2010.

Here you can vote for them!

把昨日还给我 2024-11-12 12:07:51

最好使用 WinMerge 来比较两个文件。

  1. 打开WinMerge,按“Ctrl+N”,然后会打开两个空白页,
  2. 将代码复制粘贴到左侧,另一个到右侧,
  3. 按F5查看差异。

如果您只想使用同步滚动手动并排比较,您也可以不执行步骤 (3)。

Is better to take WinMerge to compare two files.

  1. Open WinMerge, Do "Ctrl+N", then two blank pages will open,
  2. Copy-paste the code one in the left, another in the right page,
  3. Press F5 to see the differences.

You also may do not do the step (3) if you just want to compare manually side by side, using synchronous scrolling.

指尖微凉心微凉 2024-11-12 12:07:51

您始终可以设置 selectedindex,然后将所有列表框的顶部设置为“效果”...

You could always set the selectedindex and then set the top on all of your listboxes for the "effect"...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文