Snippets/Type _String_.snippets.ps1xml
<?xml version='1.0' encoding='utf-8' ?>
<Snippets xmlns='http://schemas.microsoft.com/PowerShell/Snippets'> <Snippet Version='1.0.0'> <Header> <Title>Type [String]</Title> <Description>inserts String type</Description> <Shortcut>[S</Shortcut> <Author>Tobias</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> </Header> <Code> <Script Language='PowerShell' CaretOffset='8'> <![CDATA[[String]]]> </Script> </Code> </Snippet> </Snippets> |