Remove-ISESnippet
There should be a cmdlet that reverses the Import-Snippet cmdlet. Properties that could be used to identify the snippet to remove (from current ISE session): DisplayTitle, FullPath, or Module.
It would also be nice to expose an Unload method in the ISESnippetObject and ISESnippetCollection objects.

1 comment
-
jbh999 commented
The snippets associated with a module (Import-IseSnippet -Module MyModule) should be automatically removed if /when the module is removed from memory (Remove-Module -Name MyModule)