Perl 6 snippets for Visual Studio Code
Ctrl/Cmd + Shift + P
, then type Extensions and select installationCtrl/Cmd + P
, then typeext install perl6
and hitENTER
To use, just type the trigger described below and hit TAB
.
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.