You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-8
Original file line number
Diff line number
Diff line change
@@ -2,31 +2,37 @@
2
2
3
3
## Features
4
4
5
-
* Code snippets for common control structures used in Perl.
6
-
* Code linting via `Perl::Critic`.
7
-
* Code formatting via `Perl::Tidy`.
5
+
- Code snippets for common control structures used in Perl.
6
+
- Code linting via `Perl::Critic`.
7
+
- Code formatting via `Perl::Tidy`.
8
8
9
9
It is a combination of [Perl extension](https://marketplace.visualstudio.com/items?itemName=henriiik.vscode-perl) by
10
10
Henrik Sjööh and [Perl Toolbox](https://marketplace.visualstudio.com/items?itemName=d9705996.perl-toolbox) by David Walker.
11
11
12
12
## Installation
13
+
13
14
Just make sure you have `perlcritic` and `perltidy` available in `$PATH`.
14
-
Customization `Perl::Critic` by modify your `.perlcritic` file, configuration in Visual Studio Code is not needed. Same is true for `Perl::Tidy`, it reads configuration from `.perltidyrc`.
15
+
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`.
0 commit comments