sway_lsp::handlers::request

Function handle_formatting

Source
pub async fn handle_formatting(
    state: &ServerState,
    params: DocumentFormattingParams,
) -> Result<Option<Vec<TextEdit>>>