Master PackagerMaster Packager DEV

Custom Snippets

This feature enables users to save specific code snippets, for example - copy files, remove registries, etc. This will save you time the next time you will need to write this code again.

  1. Create a snippet
  2. Specify snippet name
  3. Set the prefix which will be used to invoke the snippet
  4. Add a description that will be displayed in IntelliSense.
  5. Enter your PowerShell script (Note that the snippets use a specific TextMate Snippets syntax)
  6. Save
  7. Start typing the prefix and once it has been selected, just press Tab for the code to be inserted.

Master Wrapper showing the Snippets feature, where users can create a new snippet by specifying its name, prefix, description, and PowerShell script