https://github.com/sergot/vscode-perl6
Perl 6 snippets for Visual Studio Code
https://github.com/sergot/vscode-perl6
Last synced: 3 months ago
JSON representation
Perl 6 snippets for Visual Studio Code
- Host: GitHub
- URL: https://github.com/sergot/vscode-perl6
- Owner: sergot
- License: mit
- Created: 2015-12-08T13:33:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T19:24:36.000Z (over 9 years ago)
- Last Synced: 2025-02-22T22:41:27.237Z (over 1 year ago)
- Size: 62.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Perl 6
Perl 6 snippets for [Visual Studio Code](https://code.visualstudio.com/)
## Installation
- `Ctrl/Cmd + Shift + P`, then type **Extensions** and select installation
- `Ctrl/Cmd + P`, then type `ext install perl6` and hit `ENTER`
## Usage
To use, just type the trigger described below and hit `TAB`.
## Snippets
| Trigger | Conent |
| ------: | ------ |
| `class` | adds a class |
| `uclass` | adds a unit class |
| `gram` | adds a grammar |
| `for` | adds a for-loop |
| `if` | adds an if statement |
Work in progres, feel free to contribute.