Skip to content

psake/psake-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psake

This addin brings a set of snippets which can be used when creating psake scripts.

Usage

There are currently 2 snippets included in this VS Code extension:

  • psake Task
  • psake Task With Action

To use them, simply open your powershell file, and then type psake followed by ctrl-space. This will then show the available snippets...

Available psake Snippets

and then simply arrow up/down to the one you want and press enter, or left mouse click. From there the PowerShell for the task definition will be generated, and the cursor will be placed ready for you to start filling in the content of the task...

Expanded psake Snippet

Contribution

If you would like to see any other snippet added for this VS Code Extension, feel free to raise an issue.

Releases

To find out what was released in each version of this extension, check out the releases page.