How do I view comments from an earlier code review in Team Foundation Service?

前端 未结 3 842
梦谈多话
梦谈多话 2021-02-12 10:27

I\'m using Microsoft\'s online Team Foundation Service with Visual Studio 2012 Premium.

I performed a code review for a colleague a couple of months ago, and now another

3条回答
  •  一整个雨季
    2021-02-12 11:05

    In Visual Studio 2017 the link Open Code Review in Team Explorer might not appear. To display the link on code review work items go to the following starting from the main menu:

    Tools -> Options -> Work Items
    

    Change Open work items in: from Default browser to Visual Studio.

    Now you can execute queries on work items of type Microsoft.CodeReviewResponseCategory or Microsoft.CodeReviewRequestCategory and the link should appear in the top left corner of the work item.


    Thank you user735232 for your comment, I added this as answer to make the solution more visible.

提交回复
热议问题