https://github.com/caneroj1/linkback
vscode extension to link back to git repositories.
https://github.com/caneroj1/linkback
vscode
Last synced: about 2 months ago
JSON representation
vscode extension to link back to git repositories.
- Host: GitHub
- URL: https://github.com/caneroj1/linkback
- Owner: caneroj1
- Created: 2021-05-08T13:43:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T03:13:36.000Z (about 4 years ago)
- Last Synced: 2025-02-03T11:47:41.346Z (4 months ago)
- Topics: vscode
- Language: TypeScript
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# linkback
This vscode extensions provides commands to open files in a remote git repository. This has been tested with gitlab and github urls, but it should support other urls out of the box, as well.
## Features
### Vscode Commands
#### Linkback: Open File in Repo
Open the current file in a remote git repository. This is provided as a command in the vscode Command Palette, as well as on the right-click context menu.
#### Linkback: Open Selection in Repo
Open the current file _and_ editor selection in a remote git repository. This is provided as a command in the vscode Command Palette, as well as on the right-click context menu (only when text is selected).
## Requirements
The files must be contained inside a git repository that has a remote url configured.
**Enjoy!**