First Unit Test in Go with VS Code

This post will show you how to write a Unit Test in Go using VS Code. All the code examples can be found up on GitHub. Setup Create a new directory using a name of your choice and then open the directory in VS Code. Start the Integrated Terminal and create a new module using […]

Microsoft PowerToys Text Extractor

Text Extractor is one of the utilities included with Microsoft Powertoys and provides the ability to copy text from images and video to the Windows Clipboard. Using Text Extractor There is no UI for Text Extractor, instead it is enabled via the activation shortcut of which allows the selection of the text from an image […]

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 […]