I came across this too, but keep in mind the following:
- If you comment from Solution Explorer, it will launch you at the top of the file.
- If you annotate from a file using the context menu, it will start from where your cursor is when you go to the annotation.
- If you annotate from a file using File → Source Control → Annotate, it will start again from the top of the file.
To find the specific code that I want to annotate, I do one of two things:
- Annotate using the context menu in the line of interest. Close the file when done, and repeat if necessary.
- Liberal use of
Ctrl+F
Hopefully the VS team will solve this next time.
source share