Go To File From Diff (VS Code)
Open the working file at the same line from a Git diff.
Requirements
Install
- From VSIX: package then install
npm i
npx --yes @vscode/vsce package
code --install-extension go-to-file-0.0.1.vsix
- Dev: press F5 to launch the Extension Development Host
Usage
- Open a Git diff.
- Run command: Go To Working File At Line.
- Or press the keybinding below.
Commands
go-to-file.navigate : Go To Working File At Line
Keybindings
- macOS:
cmd+alt+o
- Windows/Linux:
ctrl+alt+o
Development
- Build:
npm run compile
- Watch:
npm run watch
- Package:
npm run package or npx --yes @vscode/vsce package --allow-missing-repository
License
| |