Copilot BranchesGet AI-suggested branch names based on your actual changes. The ProblemI often just start coding on the main branch because the scope of the task usually changes as I'm implementing a new feature or fixing a bug. This leads to branches with names that don't make sense, and makes it harder to come up with a good branch name later. This extension solves that by letting Copilot look at what you've actually changed and suggest meaningful branch names. How it works
Requirements
UsageYou can use this extension in two ways:
The extension will analyze your current changes and give you a few branch name suggestions following conventional patterns like ExamplesIf you've been working on authentication code, you might get suggestions like:
InstallationInstall from the VS Code marketplace. Make sure you have GitHub Copilot set up and working. DisclaimerThis extension is mostly vibe-coded and built to scratch my own itch. It works well for my workflow, but your mileage may vary. Feel free to open issues if you run into problems! Release Notes0.0.1Initial release. Basic functionality for getting branch name suggestions based on file changes. |