Phpactor is a PHP :ref:`language_server` providing:
- :ref:`completion`: Provides broad and accurate context aware code completion.
- :ref:`navigation`: Jump to class and method definitions, find references, hover.
- :ref:`refactoring`: Move classes, complete constructors, implement contracts, generate methods, etc.
- :ref:`diagnostics`: Diagnostics related to code actions.
- :ref:`integrations`: Integrates with popular tools and frameworks such as Symfony, PHPStan, etc.
- :ref:`vim_plugin`: Lightweight VIM plugin.
Proceed to the :doc:`usage/getting-started` guide to find out how to be getting started with Neovim, VS Code, and other editors.