Techromancer
Techromancer

Reputation: 493

How to see VS 2015 CodeLens "code reviews" indicator?

I am unable to see the code review indicator on CodeLens after performing a code review.

I did receive a code review request, added comments (both file and in-line) and submitted (closed) it back. I was expecting to see a CodeLens indicator on the class & methods that I reviewed, but I see nothing when browsing to the code.

The "Show TFS Code Reviews (TFVC)" option in CodeLens Options is selected, and I can see all other CodeLens indicators. The changes to the code that I have commented have not been checked-in yet, is this perhaps the reason why these comments have not been displayed?

Upvotes: 0

Views: 354

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31075

Yes, your guess is right. After check-in, and Refresh CodeLens Team Indicator, you'll see the code review in CodeLens.

enter image description here

Upvotes: 0

Related Questions