From d2fba7af36c6ae76c954da76ed64e3383e0d64f9 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 30 Sep 2025 11:09:43 -0400 Subject: code_action_select_best --- ted.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 8906dda..5432411 100644 --- a/ted.h +++ b/ted.h @@ -935,6 +935,8 @@ void code_action_open(Ted *ted); void code_action_close(Ted *ted); /// Are code actions being shown? bool code_action_is_open(Ted *ted); +/// Select best code action +void code_action_select_best(Ted *ted); // === ide-definitions.c === /// cancel the last go-to-definition / find symbols request. -- cgit v1.2.3