microsoft / microsoft/vscode-pull-request-github
Allow multiple comments on a single line
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.6k
- Forks
- 795
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 46
Description
When doing a code review sometimes it's necessary to add several not related comments to a single line of code.
Each of those should be resolvable separately.
At the moment only 1 commend is possible in the VSCode plugin.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the VSCode plugin's code-review comment flow and trace how a line is identified and an existing comment is stored or displayed. Determine where the single-comment limitation is enforced. Done means several unrelated comments can be added to one line and each can be resolved independently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100