pub async fn handle_code_actions(
state: Arc<ServerState>,
params: CodeActionParams,
client: Client,
config: Arc<RwLock<DepsConfig>>,
) -> Vec<CodeActionOrCommand>Expand description
Handles code action requests using trait-based delegation.