An open API service indexing awesome lists of open source software.

https://github.com/psake/psake-vscode

Contains extensions for Visual Studio Code
https://github.com/psake/psake-vscode

Last synced: about 2 months ago
JSON representation

Contains extensions for Visual Studio Code

Awesome Lists containing this project

README

        

# psake

This addin brings a set of snippets which can be used when creating [psake](https://github.com/psake/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](https://raw.githubusercontent.com/psake/psake-vscode/master/images/Psake-Snippets.png)

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](https://raw.githubusercontent.com/psake/psake-vscode/master/images/Expanded-Psake-Snippet.png)

# Contribution

If you would like to see any other snippet added for this VS Code Extension, feel free to raise an [issue](https://github.com/psake/psake-vscode/issues).

# Releases

To find out what was released in each version of this extension, check out the [releases](https://github.com/psake/psake-vscode/releases) page.