How to use vsDiffMerge.exe to have full syntax coloring and highlight first difference in the view?

Tobiasz Tomczyk 0 Reputation points
2024-09-10T11:51:11.9133333+00:00

I am trying to use vsDiffMerge.exe to recommend code changes allowing users to review code before applying it. I have several issues with it:

  1. The original file is missing syntax coloring
  2. When opened, the view is always positioned on the file's first line, while I expect it to navigate to the first difference automatically. How to achieve it?
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,059 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 28,661 Reputation points Microsoft Vendor
    2024-09-19T09:50:55.8433333+00:00

    Hi @Tobiasz Tomczyk, 

    Thanks for your feedback. 

    I could reproduce your issue with missing syntax coloring on left window of merge-view. I suggest you report it to product team in Developer Community

    Besides, for Diff.NextDifference command, it is designed to use in diff viewer window instead of merge window.

    You can see Keyboard shortcuts in Visual Studio document to check this command. 

    Sincerely,

    Anna


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.