php-lsp 0.10.0

A PHP Language Server Protocol implementation
Documentation
1
2
3
4
5
6
7
pub mod code_lens;
pub mod diagnostics;
pub mod document_highlight;
pub mod inlay_hints;
pub mod inline_value;
pub mod semantic_diagnostics;
pub mod semantic_tokens;