summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-30 11:09:43 -0400
committerpommicket <pommicket@gmail.com>2025-09-30 11:09:43 -0400
commitd2fba7af36c6ae76c954da76ed64e3383e0d64f9 (patch)
treee5e3f51f543606e41d719a289c43b7cdf9261058 /ted.h
parent3a1af93e9c0f983da64070d3774596844c2a26e1 (diff)
code_action_select_best
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 2 insertions, 0 deletions
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.