d-koppenhagen/vscode-code-review

[feature] Filter comments by active file

michelcaradec opened this issue · 0 comments

🧩 Feature

Description

When doing big code reviews (with lots of comments), it can become complicated to locate the comments from the file we are working on.
I suggest to add a "Filter by filename" command (similar to the "Filter comments by commit" #88 feature), which will only show the comments of the active file. Switching from one file to another will refresh the comment list.

A pull request dedicated to this feature is coming soon.