- Code snippets for common control structures used in Perl.
- Code linting via
Perl::Critic
. - Code formatting via
Perl::Tidy
.
It is a combination of Perl extension by Henrik Sjööh and Perl Toolbox by David Walker.
Just make sure you have perlcritic
and perltidy
available in $PATH
.
Customization Perl::Critic
by modify your .perlcriticrc
file, configuration in Visual Studio Code is not needed. Same is true for Perl::Tidy
, it reads configuration from .perltidyrc
.
Setting | Default | Description |
---|---|---|
simple-perl.perltidy |
perltidy |
Path to Perl::Tidy executable. |
simple-perl.perlcritic |
perlcritic |
Path to Perl::Critic executable. |
Updated dependencies for the extension.
Fix the problem that Perl::Critics does not look for .perlcriticrc
in project folder.
Remove hardcoded severity brutal
.
Update dependencies.
Credit: @glauschwuffel issues
Refine README.md.
Initial release of Simple Perl.
Enjoy!