Using @phpactor as a language server for WordPress development
by @dvk
https://www.dannyvankooten.com/blog/2026/using-phpactor-with-wordpress/
| Github | https://github.com/phpactor/phpactor |
| Documenatation | https://phpactor.readthedocs.io/en/master/ |
Using @phpactor as a language server for WordPress development
by @dvk
https://www.dannyvankooten.com/blog/2026/using-phpactor-with-wordpress/
The Xmas Phpactor (release): https://github.com/phpactor/phpactor/releases/tag/2025.12.21.0
Includes supprt for "additive stubs" which should help with Laravel development #php
New Release! 2025.10.17.0
https://github.com/phpactor/phpactor/releases/tag/2025.10.17.0
Featuring a breaking, security-related, change regarding that might affect people using the VIM plugin - otherwise various bugfixes and improvements.
have improved the inlayhints (inspired by the Rust Analyzer) this morning
- fixes the formatting (now that neovim lspconfig supports these hints natively)
- does not repeat parameter names for named parameters
- does not show parameter names if the var name is the same as the param name
- show the class/method names at the end of the body
- only show variable type hints for assignments
@ghostwriter that's just a rename or?
Phpactor also includes CLI commands `class:move` f.e. which brute force moves classes and updates their references.
The LSP has a "fix" namespace action, if a class does not corresppond to the autoloading namespace then it offers a fix for that.
Released: 2025-07-25.0
https://github.com/phpactor/phpactor/releases/tag/2025-07-25.0
Featuring some unexciting features and bug fixes
The #zed editor uses me as it's default language server for PHP - after playing with it briefly I can confirm that it's highly user friendly and the VIM mode is actually pretty decent.
Release 2025.02.21
https://github.com/phpactor/phpactor/releases/tag/2025.02.21.0
Featuring a bunch of stuff and support for property hooks for those that dare to use them.