Extension Details

- Bitbucket Abilities
- by ParkCedar Pty Ltd
- 1 Recent Installs | 1 Total Installs
- Git blame the current line and open the commit or file in Bitbucket.
- Repository
- Bug Reports
-
Read Files
-
Launch Subprocesses
-
Read & Write Clipboard
-
This extension is allowed to:
Readme
Bitbucket Abilities
Adds these editor commands (Extensions ▸ Bitbucket Abilities, or the command palette):
- Git Blame File — runs
git blameon the whole file and opens it in a new tab. - Open Commit in Bitbucket — opens the commit responsible for the current line in your browser.
- Open File in Bitbucket (HEAD) — opens the current file at the current line, at the tip of the
current branch, and copies the link to the clipboard. - Open Branch in Bitbucket — opens the current branch's page.
- Show File History — lists the file's commit history in the Git History sidebar; click a
commit there to open it in Bitbucket.
Works with both Bitbucket Cloud (bitbucket.org) and Bitbucket Server / Data Center remotes;
the URL layout is chosen automatically from your origin remote.
Requires a git binary on the PATH and an origin remote pointing at Bitbucket.
Release Notes
Changelog
1.0
Initial release.
- Git Blame File — run
git blameon the whole file and open it in a new tab. - Open Commit in Bitbucket — open the commit responsible for the current line.
- Open File in Bitbucket (HEAD) — open the current file+line at the tip of the branch and copy the link to the clipboard.
- Open Branch in Bitbucket — open the current branch's page.
- Show File History — list a file's commits in the Git History sidebar; click a commit to open it in Bitbucket.
Supports both Bitbucket Cloud and Bitbucket Server / Data Center remotes.