diff options
author | pommicket <pommicket@gmail.com> | 2025-09-29 13:29:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-29 15:29:51 -0400 |
commit | 6c4baeebd88352399059a8df8d38ebe3511588ea (patch) | |
tree | 98db7bb4f36a47f8f9ac5a53dcb06e8cd19cf762 /ted-internal.h | |
parent | ec03a105ce7a6e396cfd287cbfe902d65bac1474 (diff) |
Start code actions
Diffstat (limited to 'ted-internal.h')
-rw-r--r-- | ted-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
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`. |