Description
Add an "Open in IDE" button on each PR row that deep-links to the repository or specific branch in VS Code or JetBrains IDEs.
Why
Developers often want to jump from reviewing a PR in the dashboard straight into their editor. GitKraken and Graphite offer this and it's a popular workflow shortcut.
Approach
- Use
vscode:// protocol handler to open repos/branches in VS Code
- Optionally support JetBrains Toolbox
jetbrains:// protocol
- Add a small IDE icon button in the PR row (next to the merge button)
- Let users configure their preferred IDE in Settings
Description
Add an "Open in IDE" button on each PR row that deep-links to the repository or specific branch in VS Code or JetBrains IDEs.
Why
Developers often want to jump from reviewing a PR in the dashboard straight into their editor. GitKraken and Graphite offer this and it's a popular workflow shortcut.
Approach
vscode://protocol handler to open repos/branches in VS Codejetbrains://protocol