PHP
Last updated
Was this helpful?
Last updated
Was this helpful?
is a popular general-purpose scripting language that is especially suited to web development.
No requirements.
This is a simple list of extensions to enable in PHP.
Windows
pkgs
: name of the packages to install
enabled
: True
to enable
, False
to skip (default to False
)
version
: the version of the composer package
opts
opts
is not mandatory but allows to pass additional arguments.
Global opts
packages settings:
composer:pkgs:opts:global
: allow passing arguments to all composer packages when installing, updating, or uninstalling a package
composer:pkgs:opts:uninstall
: not yet implemented
Specific opts
packages settings:
composer:pkgs:<mypkg>:opts:global
: allow passing arguments to <mypkg>
composer package when installing, updating, or uninstalling the package
composer:pkgs:<mypkg>:opts:uninstall
: not yet implemented
global:
Windows:
Linux:
pkgs
: name of the extension to install
enabled
: True
to enable
, False
to skip (default to False
)
version
: the version of the pecl extension
opts
opts
is not mandatory but allows to pass additional arguments.
Global opts
packages settings:
pecl:pkgs:opts:global
: allow passing arguments to all pecl packages when installing, updating, or uninstalling a package
pecl:pkgs:opts:update
: not yet implemented
pecl:pkgs:opts:uninstall
: not yet implemented
Specific opts
packages settings:
pecl:pkgs:<mypkg>:opts:global
: allow passing arguments to <mypkg>
pecl package when installing, updating, or uninstalling the package
pecl:pkgs:<mypkg>:opts:update
: not yet implemented
pecl:pkgs:<mypkg>:opts:uninstall
: not yet implemented
global:
Linux:
Change enable
from False
to True
in the php
section (cf ).
You can also take a look at the .
For more details read the .
This provides PHP IntelliSense for Visual Studio Code.
This is a PHP debugger adapter for Visual Studio Code.
This provides command.
This extension permits to the PHP code.
This is a linter plugin for Visual Studio Code that provides an interface to .
can import and expand your class. You can also sort your imported classes by line length or in alphabetical order.
This allows starting / stopping a PHP server in your current workspace (or subfolder).
This analyzes your PHP source code on save with PHP mess detector.
This allows to run PHP tests.
No .
Allow to manage in file.
Allow installing packages with .
Extra args can be arguments described in the or can be .
pm:pkgs:opts:install
: allow passing arguments to all composer packages when installing a package (cf )
composer:pkgs:opts:update
: allow passing arguments to all composer packages when updating a package (cf )
composer:pkgs:<mypkg>:opts:install
: allow to pass arguments to <mypkg>
composer packages when installing the package (cf )
composer:pkgs:<mypkg>:opts:update
: allow to pass arguments to <mypkg>
composer packages when updating the package (cf )
allows to install php extensions.
Extra args can be arguments described in the or can be .
pm:pkgs:opts:install
: allow passing arguments to all pecl packages when installing a package (cf )
pecl:pkgs:<mypkg>:opts:install
: allow passing arguments to <mypkg>
pecl packages when installing the package (cf )