Gitnotate — Sub-line commenting for GitHub PR reviewsGitHub PR reviews only support line-level comments. When reviewing Markdown documents — specs, proposals, design docs — you often want to comment on a specific phrase like "revenue growth exceeded expectations", not the entire line. Gitnotate lets you comment on exact words and phrases within a line, directly in your VS Code editor. Features📝 Sub-line Comment ThreadsComment threads anchored to exact character ranges in PR diffs — not just whole lines. Comments show as wavy underline highlights in the editor. 📂 Comments SidebarAll PR comments grouped by file in a dedicated sidebar panel. Click any comment to jump directly to the file and line. 💬 Reply & ResolveFull threading support — reply to comments and resolve/unresolve threads, all round-tripped to GitHub's review API. 🔄 Live PollingComments auto-refresh every 30 seconds (configurable). Uses ETag-based conditional requests to minimize API usage. Pauses on window blur, resumes on focus. ↔️ Side-aware DiffsComments are placed on the correct side in diff views — old file (LEFT) vs new
file (RIGHT). Side indicators ( 📌 Diff-aware AnchoringComment threads follow text through local edits. If you edit lines above a comment, the thread moves with the text. Getting Started
How It WorksGitnotate embeds lightweight
Commands
Settings
Requirements
Links
License |