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

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

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.