From 6c4baeebd88352399059a8df8d38ebe3511588ea Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 29 Sep 2025 13:29:56 -0400 Subject: Start code actions --- ted-internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ted-internal.h') diff --git a/ted-internal.h b/ted-internal.h index a9de122..3e8da9f 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -634,6 +634,9 @@ void autocomplete_quit(Ted *ted); void autocomplete_frame(Ted *ted); void autocomplete_process_lsp_response(Ted *ted, const LSPResponse *response); +// === ide-code-action.c === +void code_action_start(Ted *ted); + // === ide-definitions.c === void definitions_init(Ted *ted); /// go to the definition of `name`. -- cgit v1.2.3