sway_lsp::handlers::notification

Function handle_did_change_text_document

Source
pub async fn handle_did_change_text_document(
    state: &ServerState,
    params: DidChangeTextDocumentParams,
) -> Result<(), LanguageServerError>