A small VS Code extension that opens GitHub references found in text.
Place the cursor on (or select) one of the following and press the shortcut:
org/repoorg/repo@branchorg/repo#123#123(resolved via git remote)
The reference will open in your browser.
- macOS: ⌘ + ⌥ + G
- Windows/Linux: Ctrl + Alt + G
- Works in any text file (code, markdown, documentation)
- No GitHub API calls
- No configuration required