VS Code PowerShell Advanced Function Snippet

For VS Code, I have re-created the Advanced Function snippet found in the PowerShell ISE.  This snippet allows one to readily have a rather complete Advanced Function template. What are the advantages of an Advanced Function?  Common Attributes and better control logic (BEGIN, PROCESS, END).  It also includes templating for help and metadata comments. It … Continue reading VS Code PowerShell Advanced Function Snippet

Advertisement

Installing VS Code for PowerShell

VS Code is the [relatively] new editor that Microsoft has released and is available for Windows, Linux, and MacOS.  It is fairly lightweight and works with many different languages, including the many Visual Studio languages, PowerShell, Java, JavaScript, Perl, PHP, and Python, as well as other formats like Markdown and JSON. In this video, I … Continue reading Installing VS Code for PowerShell