linkback READMEThis 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. FeaturesVscode CommandsLinkback: Open File in RepoOpen 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 RepoOpen 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). RequirementsThe files must be contained inside a git repository that has a remote url configured. Enjoy! |