There is a convenience feature in Azure DevOps I wasn’t aware of until now. There is the option of proposing changes directly in pull requests.
Perhaps you sometimes find that you only suggest a few small changes (e.g. translations, formatting, …) as part of a pull request review. This is usually done by adding comments to the pull request. Depending on the situation, the author of the pull request then has to change the branch on his local machine for such changes, implement the changes according to the comments and push them. In such situations, suggestions can drastically simplify the process. This works as follows.
- Open the corresponding pull request in Azure DevOps
- In either
Side-by-sideorInlinefile view, mark the part you want to suggest a change for

- Click on the
Commenticon
- In the comment wizard click on the
Insert a suggestionicon
- Edit content in suggestion section and optionally add a comment before or after

- After clicking
Commentbutton, the suggested change appears in the comment with anApply changebutton that allows the author of the pull request to accept and apply the suggested change directly in the pull request in Azure DevOps


Leave a Reply