2

We've started doing code reviews in VisualStudio which is great however it creates a shelveset for each code review.

Now when I open the Find Shelvesets window, the list is polluted with all the code review shelvesets.

Is there any way to filter these out the CodeReview shelvesets from the list?

Luuklag
  • 3,897
  • 11
  • 38
  • 57
sickgemini
  • 509
  • 2
  • 6
  • 16
  • It seems indeed strange that the shelvesets "CodeReview_" are linked to the code review, so if you delete these, the link is also broken ??? – Stef Heyenrath Jun 11 '15 at 14:31

1 Answers1

1

You can also take a look at Review Assistant which provides similar but more elaborated functionality as compared to built-in code review feature.

It allows you to review code without creating numerous shelvesets. So you won't experience the problem described above.

Devart
  • 119,203
  • 23
  • 166
  • 186