Open the GitHub Pull Request Comments panel in the activity bar
Sign in with your GitHub account
Click + to add a repo
Click a PR to view its comments
Manual Install (Cursor, Windsurf, etc.)
This extension works with VS Code forks. To install manually:
# Clone and build
git clone https://github.com/kplates/github-pull-request-comments.git
cd github-pull-request-comments
npm install
npm run build
# Package as .vsix
npx @vscode/vsce package
# Install the .vsix in your editor
code --install-extension github-pull-request-comments-*.vsix
Replace code with cursor, windsurf, or your editor's CLI command.