How to Standardise Your Git Commits with GitHub Copilot

VS Code’s Copilot-powered commit message generator is a powerful tool. In this post, I’ll walk through how to enhance its output to better reflect your team’s conventions and make your commits more consistent. The commit message before I have just added a new Unit Test to my Go project and select the “Generate Commit Messages […]

VS Code: Removal of Trailing Spaces

The Windows\Linux keyboard shortcut for removing trailing spaces in VS Code is: Ctrl + K Ctrl + X On macOS it is: ⌘ + K ⌘ + X Alternatively you can access the option via the Command Palette. (Windows\Linux: Ctrl+Shift+P macOS: ⇧⌘P, F1) and type trim which will shorten the options, select the command “Trim […]

VS Code: Screencast Mode

VS Code has a Screencast mode which highlights the cursor position and outputs the keystrokes which can be useful for demos or presentations. Originally introduced in VS Code 1.31 It has been enhanced in VS Code 1.63. Turning on Screencast Open the command palette (Windows & macOS: F1) and type: toggle screencast mode With screencast […]