This PR extends the PHP extension with [Phpactor](https://github.com/phpactor/phpactor) support. Phpactor seems to provide a better feature set out-of-the-box for free, so it has been made the default PHP language server. Thank you to @xtrasmal for informing us of Phpactor's existence! Release Notes: - N/A
6 lines
79 B
Rust
6 lines
79 B
Rust
mod intelephense;
|
|
mod phpactor;
|
|
|
|
pub use intelephense::*;
|
|
pub use phpactor::*;
|