Code Snippets are a great tool in any code editor. Snippets are templates which make it very easy to implement commonly used code such as loops. I find that code snippets really shine for less-commonly used code as well. Here's how to create a simple VSCode Code Snippet to quickly implement less-common code and keep you focused on the task at hand. Continue Reading
VSCode Snippet for a PowerShell Foreach Loop with Write-Progress