Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Github OpenerNew to Visual Studio Code? Get it now.
Github Opener

Github Opener

caphefalumi

|
3 installs
| (0) | Free
Quickly open the GitHub repository in your browser
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code GitHub Opener

vscode-github-opener

Extension for Visual Studio Code which can be used to quickly open the GitHub repository in your browser

GitHub

Installation

You can install this extension from the VS Code Marketplace:

  1. Open VS Code
  2. Press Ctrl+Shift+X to open the Extensions view
  3. Search for "Github Opener"
  4. Click Install

Or install from command line:

code --install-extension caphefalumi.vscode-github-opener

Usage

Command

Press F1 and type Open in GitHub.

Keyboard Shortcut

Press Ctrl+Alt+G to open the current repository in GitHub.

Context Menu

Right click on any file in the Explorer and choose Open in GitHub.

Configuration

You can configure a custom GitHub domain for GitHub Enterprise:

{
  "openInGitHub.gitHubDomain": "your-custom-github-domain.com"
}

Development

To build and package the extension:

# Install dependencies
bun install

# Build for development
bun run esbuild

# Build for production
bun run vscode:prepublish

# Package extension
bun run package

License

MIT © caphefalumi

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft