microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.53k stars 29.4k forks source link

Enable AI extensions to suggest a branch name (given the commit message) #156178

Open hediet opened 2 years ago

hediet commented 2 years ago

Copilot is able to nicely predict/suggest a branch name given the last commit message:

image

It would be awesome if the branch picker could enable copilot to provide the default branch name:

What do you think of this idea? @hsenag @kimadeline

hsenag commented 2 years ago

It's plausible in theory given the right API from the editor, though might be quite a lot of work for a relatively small benefit.