Module: actions/GenerateSnippet/openNewSnippetFile
Functions
openNewSnippetFile
▸ openNewSnippetFile(snippetName): Promise<void>
Creates a new empty file in the users snippet directory and opens an editor onto that file.
Parameters
| Name | Type | Description | 
|---|---|---|
| snippetName | string | The name of the snippet | 
Returns
Promise<void>