After a coffee-fuelled coding session the other day, I suddenly released that I had forgotten to commit. Therefore I had multiple changes in a single file that I needed to place into different commits. After a short bit of Googling, I found this useful little feature within VSCode called Stage Selected Ranges.
In short, Stage Selected Ranges lets you pick out certain changes within a file and individually stage them, allowing you to then create separate commits.
Below shows an example.