nhat-phan / merge-request-integration

An Intellij IDE plugin which helps you manage Merge Request and do Code Review right in your IDE.
Other
175 stars 59 forks source link

Be able to mark file as "reviewed" #146

Open JulienColin opened 3 years ago

JulienColin commented 3 years ago

First of all , thanks for the plugin , it's great and easy to use.

Using it, I thought of a feature that would be nice. As a reviewer, I'm going through all file that has changed in the merge request, and progressively point out my remarks. One thing that would be nice is that , once a file has been reviewed, I can mark it as "reviewed", so it doesnt appear as a file that changed in the "changed files" tab, unless a new change has been commited on this file of course. It would allow me to keep track of what's already been seen in case of large merge requests.

What do you think about this ?