Skip to main content

Module lsp

Module lsp 

Source

Re-exports§

pub use manager::build_lsp_manager;
pub use manager::build_lsp_manager_with_events;
pub use manager::LspConnectEvent;
pub use manager::LspManager;

Modules§

client
LspClient — manages a single language server process.
jsonrpc
manager
LspManager — lazily starts and manages LSP clients per file extension.
registry
types