php-lsp 0.11.0

A PHP Language Server Protocol implementation
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod document_link;
pub mod file_rename;
pub mod folding;
pub mod formatting;
pub mod on_type_format;
pub mod organize_imports;
pub mod rename;
pub mod selection_range;
pub mod signature_help;
pub mod use_import;