Xcode 13 beta -- how to see/work with PRs and comments?

The Xcode 13 part of the SOTU video and the https://developer.apple.com/xcode/ page mention "Team Comments" -- this seems really cool. But... how do you get the comments? And can you ADD or EDIT comments within Xcode? Or just see them?

I've tried with a github repo and a bitbucket one but don't see those.

Thanks!

Hey there,

Xcode 13's Pull Request integration is designed with collaboration in mind. It does this by determining the pull request associated with your current checkout, presenting you with meaningful information.

Xcode determines the associated pull request by looking at your current checkout's upstream branch, and checking to see if there's an open pull request associated with that branch. In most cases you'd have origin configured and some branch such as dev/toolbar_fix. Xcode will query the host for the remote (say github.com) and ask if there's any pull requests currently open whose source branch is dev/toolbar_fix. If it finds an open pull request, it will load it into Xcode. Once you browse around files in this context, Xcode will automatically find comments associated with those files. The changes navigator will display which files have comments on them, too.

Note, this can only work if you've added your GitHub account to Xcode in the accounts pane of Xcode's preferences.

You can find out more in tomorrow's session "Review code and collaborate in Xcode" https://developer.apple.com/videos/play/wwdc2021/10205/

Hope that helps

Everything is perfect... almost. In WWDC2021 Video When you click on View Changes in you Changes navigator, you're pointed to the file that was changed and we can see an inline comments. Can someone provide a hint to enable those? Right now I can't see it.

16GB MPB M1, Big Sur 11.6, Xcode 13 (13A233), BitBucket Server

Ok nice I can see comments of my PR in my Xcode. That's cool but can I toggle off those comments? ...without removing my Github account?

Xcode 13 beta -- how to see/work with PRs and comments?
 
 
Q