
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 …
How to comment on files - How to Use GitLab - GitLab Forum
Jan 24, 2019 · For example, to right click on a line in a file in the repo and add a comment and perhaps then convert them to issues that can be tracked?
Tutorial: It's all connected in GitLab
Mar 8, 2016 · Your colleague can provide line by line code review. Commits also have a comment thread available for discussion, and the rules of referencing apply. You can also link directly to …
Render references to source code lines inline - GitLab
Need the ability to see referenced source code lines directly in an issue comment. Right now if the link to source code is pasted, people still need to: When user pastes link to the source code on …
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 …
Suggest changes | GitLab Docs - GitLab Documentation
Select Code > Merge requests and find your merge request. On the secondary menu, select Changes. Find the lines of code you want to change. To select a single line, hover over the …
How to create issue for some line/s of code or how to ... - GitLab …
May 31, 2021 · How can I create an issue for some line/s of code and then have the issue show (embed) these lines of code? In gitHub this can be done when viewing a file by clicking on the …
Gitlab: commenting on full file rather than on diff?
Sep 9, 2015 · If I understand you correctly, you want to comment on a commit, not a particular file or diff line. This is a feature on GitHub and Stash so it totally make sense. Luckily, there is this …
Commenting on a code line shows many previous lines - GitLab
Highlight the line of code that was commented on. (I think GitHub does that but I'm not sure now, maybe only for multi-line comments.) Show lines of code surrounding the selected line (s), not …