d-koppenhagen / vscode-code-review

Create a code review with all your comments in one file
https://marketplace.visualstudio.com/items?itemName=d-koppenhagen.vscode-code-review
MIT License
68 stars 36 forks source link

[feature] Accending finding-index in the "Code-Review: Comment Explorer" #130

Open badnexus opened 2 years ago

badnexus commented 2 years ago

🧩 Accending finding-index

Description

Brief: A unique distinguishing attribute for each finding in the "Code-Review: Comment Explorer" for referencing to findings for e.g. bulk rework of review findings would enhance code review/rework aproaches.

Problem: So far the title and the description section of a finding are shown in the "Code-Review: Comment Explorer". Since both, the title and description can have multiple instances in the "Code-Review: Comment Explorer"- view, referencing to a particular finding is not simply feasible.

Suggested solution: An accending attribute in the "Code-Review: Comment Explorer"- view would be beneficial (like an index) which is not part of the code-review.csv could help referencing to particular findings in the "Code-Review: Comment Explorer"-view. This would not get in conflict with the findings id in the code-review.csv since it would be a feature of the view itself.