- Install
GitHub Pull Requests
extension - Add keybinding to open a new issue,
cmd+shift+p
go toPreferences: Open Keyboards Shortcuts (JSON)
- Add this entry in the JSON:
{
"key": "ctrl+shift+i",
"command": "issue.createIssue",
"when": "github:hasGitHubRemotes"
}
- Now open a new issue with
ctrl+shift+i
, and when you're done filling it out,cmd+enter
to create the issue. - Browse the issues in the GitHub tab