sway_lsp::handlers::request

Function handle_goto_definition

Source
pub async fn handle_goto_definition(
    state: &ServerState,
    params: GotoDefinitionParams,
) -> Result<Option<GotoDefinitionResponse>>