php-lsp 0.10.0

A PHP Language Server Protocol implementation
Documentation
1
2
3
4
5
6
7
8
pub mod document_link;
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;