Resolve comments in Visual Studio #2101
Description
Background
On github.com, there is an option to "Resolve conversation" for all comments.
This option exists both when viewing a comment in the conversation view and diff view.
Once comments are resolved, they are displayed differently.
In the conversation view:
- the comments are no longer visible by default and must be expanded to see.
- expanding the comments shows the option to
Unresolve conversation
and who marked the comment as resolved
In the diff view:
- the comment is not visible by default and just shows who marked the comment as resolved
- expanding the comment will also show the option to
Unresolve conversation
Once comments are unresolved, they go back to there original state and default display.
Problem
While this functionality exists on github.com, it does not in GitHub for Visual Studio. There can be discrepancies between conversations that have been resolved on github.com and it can also cause confusion to someone reviewing pull requests with conversations that are no longer relevant.
Solution
Add same option in Visual Studio to Resolve and Unresolve conversations from both the diff view and conversation view (once it is implemented).