Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GitHub Pull Request Comments (Unofficial)New to Visual Studio Code? Get it now.
GitHub Pull Request Comments (Unofficial)

GitHub Pull Request Comments (Unofficial)

kplates

|
1 install
| (0) | Free
View and interact with GitHub pull request comments directly in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GitHub Pull Request Comments (Unofficial)

View and interact with GitHub pull request comments directly in VS Code.

Features

  • Browse PRs — Add any GitHub repo and browse its pull requests
  • View comments — See conversation comments and review threads with full diff context
  • Reply — Reply to review threads without leaving your editor
  • Resolve/unresolve — Manage review thread status inline
  • Filter — Filter PRs by state (open, draft, merged, closed) and author (mine, others)
  • Filter comments — Filter comments by status (all, resolved, unresolved) and author
  • Repo search — Search your repos or all of GitHub when adding a repo

Getting Started

  1. Install the extension from the VS Code Marketplace
  2. Open the GitHub Pull Request Comments panel in the activity bar
  3. Sign in with your GitHub account
  4. Click + to add a repo
  5. 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.

Configuration

Setting Default Description
prComments.repos [] List of repos to watch (e.g. owner/repo)
prComments.showResolved true Show resolved review threads
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft