Snippets/else.snippets.ps1xml
<?xml version='1.0' encoding='utf-8' ?>
<Snippets xmlns='http://schemas.microsoft.com/PowerShell/Snippets'> <Snippet Version='1.0.0'> <Header> <Title>else</Title> <Description>inserts "else" conditional block</Description> <Shortcut>el</Shortcut> <Keywords>ScriptBlock,Editor</Keywords> <Author>Tobias</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> </Header> <Code> <Script Language='PowerShell' CaretOffset='11'> <![CDATA[else { }]]> </Script> </Code> </Snippet> </Snippets> |