- GitHub Extension for Visual Studio version: 2.4.4 We need a way to let the user know when there are comments on the source file they're currently editing. There are different ways to achieve this. - Have the comment margin permanently enabled - Show how many comments there are in current document and allow user to navigate to comments/toggle the margin  Some ideas here https://github.com/github/VisualStudio/pull/1556#issuecomment-376120684. ### Related - Show comments in editor when navigated to from PR: #1556 - Disable PR comment margin in editor by default: #1088
We need a way to let the user know when there are comments on the source file they're currently editing.
There are different ways to achieve this.
Have the comment margin permanently enabled
Show how many comments there are in current document and allow user to navigate to comments/toggle the margin
Some ideas here #1556 (comment).
Related