Is there away to make VS Code automatically prepend branch name in commit message textarea?
Like if I'm on branch 'ID-7345' and just updated e.g. React.js version, I need to write:
ID-7345: updated React.js to version 16.0
and I would like to omit writing branch name each time there, so wherever I access this page I will see ID-7345:
pre-populated and cursor blinking after it.