Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>perl-syntaxNew to Visual Studio Code? Get it now.
perl-syntax

perl-syntax

Jack Karamanian

|
17,984 installs
| (0) | Free
Syntax checker for Perl.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

perl-syntax

A very basic Perl syntax checker for Visual Studio Code.

Settings

  • perlSyntax.perlExecutable - Location of the Perl executable. Defaults to perl.
  • perlSyntax.includePaths - Additional paths to include with -I.
  • perlSyntax.prependCode - Code to prepend to each document. Defaults to use strict; and use warnings;
  • perlSyntax.additionalOptions - Any other command line options to specify to the Perl executable.

Github

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft