
Comments and threads | GitLab Docs - GitLab Documentation
GitLab encourages communication through comments, threads, and suggesting changes for code. Comments support Markdown and quick actions. Two types of comments are available: …
How do I link or add a reference to specific lines of code of a file …
Apr 20, 2023 · In GitLab, you can comment directly on files changed in commits. If that commit is included in the MR, it will start a thread on the MR. You can add comments by clicking the …
GitLab keyboard shortcuts | GitLab Docs - GitLab Documentation
Additionally, the following shortcuts are available when editing text in text fields (for example, comments, replies, issue descriptions, and merge request descriptions): Edit your last …
Suggest changes | GitLab Docs
Reviewers can suggest code changes with a Markdown syntax in merge request diff threads. The merge request author (or other users with the appropriate role) can apply any or all …
Comments and threads | GitLab
GitLab encourages communication through comments, threads, and Code Suggestions. Comments support Markdown and quick actions. Two types of comments are available: A …
How to view merge review comments and file changes in GitLab?
When you suggest changes in a merge request, you can now edit your suggestions more quickly. In a comment, switch to the rich text editor and use the UI to move up and down the lines of …
Index · Discussions · User · Help - GitLab
A comment can also be turned into a thread when it receives a reply. The comment area supports Markdown and quick actions. You can edit your own comment at any time, and anyone with …
comment multiple lines in gitlab without blue icon?
Nov 27, 2020 · Commenting on a single line is great for simple kinds of code review feedback, but often a comment addresses multiple lines in the diff. For instance, a portion of a logic block, a …
How to quote text selection in issues beyond copy/paste ... - GitLab …
Jun 30, 2017 · Is there an easy way to quote whole comments or selections of a comment within an issue thread? Some method to automatically construct messages with e-mail like …
Comment on unchanged lines in an unchanged file in a merge request - GitLab
Changing one line of code can easily impact other lines of code, where a function is used, or where an expected behavior is violated. This can affect areas of the changed file (addressed …