Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can you insert suggestions on a PR in Azure Devops?

I found this somewhat recent mention of experimental PR features, and they mentioned the ability to insert and apply suggestions from the PR itself.

That's a feature I've grown very accustomed to with other products, but I'm a bit lost as to how I can access this feature in Azure DevOps in the present day.

enter image description here

Here is what I actually see: No lightbulb icon, etc.

like image 501
user15716642 Avatar asked Sep 05 '25 03:09

user15716642


1 Answers

This feature should be enabled by default.

Open any pull request, navigate to the Files tab, choose the file and click a tooltip to enter a comment:

enter image description here

Now in the form that opens you'll see the button to add a suggestion:

enter image description here

like image 77
Yan Sklyarenko Avatar answered Sep 07 '25 21:09

Yan Sklyarenko