Comments & Reviews
Give and receive feedback directly in the code.
Adding Comments
- Select a line or block of code.
- Right-click and choose "Add Comment".
- Type your feedback and save.
Comment Features
- Threaded Replies: Have conversations on specific code sections.
- Mentions: Tag teammates with @username.
- Resolve: Mark comments as resolved when addressed.
Review Workflow
For formal code reviews:
- Create a branch for your changes.
- Request a review from a teammate.
- Address feedback and resolve comments.
- Merge when approved.