Perl
Last updated
Last updated
Perl is a highly capable, feature-rich programming language with over 30 years of development.
Change enable
from False
to True
in the perl
section (cf module installation).
You can also take a look at the VSCode-Anywhere perl module configuration.
No requirements.
This extension aims to bring code intelligence for the Perl language to Visual Studio Code, mainly through the use of Exuberant Ctags.
This extension provides support for linting and syntax checking for Perl.
This extension provides a debugger for Perl in Visual Studio Code.
Assuming you have installed in the default directory C:\VSCode-Anywhere
.
Assuming you have installed in the directory /home/myuser/VSCode-Anywhere
.
Assuming you have installed in the directory /home/myuser/VSCode-Anywhere
.
No keybindings.
make
make
nix
Perl
No environment.
No environment.
Allow to manage cpan packages.
pkgs
: name of the packages to install
enabled
: True
to enable
, False
to skip (default to False
)
version
: the version of the cpan package
opts
opts
is not mandatory but allows to pass additional arguments.
Extra args can be arguments described in the Saltstack cpan states or can be global Saltstack arguments.
Global opts
packages settings:
cpan:pkgs:opts:global
: allow passing arguments to all cpan packages when installing, updating, or uninstalling a package
pm:pkgs:opts:install
: allow passing arguments to all cpan packages when installing a package (cf states.cpan.installed)
cpan:pkgs:opts:update
: allow passing arguments to all cpan packages when updating a package (cf states.cpan.uptodate)
cpan:pkgs:opts:uninstall
: allow passing arguments to all cpan packages when uninstalling a package (cf states.cpan.removed)
Specific opts
packages settings:
cpan:pkgs:<mypkg>:opts:global
: allow passing arguments to <mypkg>
cpan package when installing, updating, or uninstalling the package
cpan:pkgs:<mypkg>:opts:install
: allow to pass arguments to <mypkg>
cpan packages when installing the package (cf states.cpan.installed)
cpan:pkgs:<mypkg>:opts:update
: allow to pass arguments to <mypkg>
cpan packages when updating the package (cf states.cpan.uptodate)
cpan:pkgs:<mypkg>:opts:uninstall
: allow to pass arguments to <mypkg>
cpan packages when uninstalling the package (cf states.cpan.removed)
Windows:
Assuming you have installed in the default directory C:\VSCode-Anywhere
.
Linux
MacOS