Open in GitHub
Provides commands to quickly view the current file on GitHub/Bitbucket.
Installation
Launch VS Code Quick Open (⌘+P), paste the following command, and type enter.
ext install vscode-open-in-github
Usage
When editing a file, use the command palette (cmd + shift + p / ctrl + shift + p) to:
- Open the file in GitHub — "Open In GitHub: File"
- Open the blame in GitHub — "Open In GitHub: Blame"
- Open the history in GitHub — "Open In GitHub: History"
Features
- Supports multiple remotes and branches.
- Supports in-house GitHub installations.
- Works with Bitbucket.
- Configurable default branch.
- Open multiline selection.
Configuration
Add these lines to the workspace settings:
{
...
"openInGitHub.defaultBranch": "master",
"openInGitHub.defaultRemote": "origin",
...
}
TODO
- Open Repository
- Open Pull Request related to the file
Links
Logo taken from here: https://octodex.github.com/