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
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.
I'm trying to set up phpactor for wordpress plugin development.
I'm starting with something simple as the hello-dolly plugin. While I'm able to get definitions and syntax for the local functions, I cannot make it pick up definitions of wp functions.
Which setting should I look at for my %project_root%/.phpactor.yml?