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
- Host: GitHub
- URL: https://github.com/psake/psake-vscode
- Owner: psake
- License: mit
- Created: 2016-02-28T20:05:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T21:33:47.000Z (over 7 years ago)
- Last Synced: 2025-03-22T06:41:57.209Z (2 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 9
- Watchers: 11
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - psake/psake-vscode - Contains extensions for Visual Studio Code (TypeScript)
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 ActionTo use them, simply open your powershell file, and then type `psake` followed by `ctrl-space`. This will then show the available 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...

# 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.