Creating PowerShell ISE v3 (and later) Code Snippets
When using the PowerShell ISE , similar to other scripting editors, you have access to what are known as ‘code snippets’. These are quick start ways to generate frequently used code, for instance if there is something you use regularly and can never remember the syntax for, or maybe it is too long to be practical to remember it.
PowerShell ships with some default snippets and it is also possible to add some custom snippets of your own.