From aa09b4f85d94b9d563a0b2cbaa399427527ce6fc Mon Sep 17 00:00:00 2001 From: George Marques Date: Mon, 6 Jul 2020 12:24:24 -0300 Subject: Reintroduce code completion --- editor/code_editor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/code_editor.cpp') diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp index d8648310b6..9a87d6d38c 100644 --- a/editor/code_editor.cpp +++ b/editor/code_editor.cpp @@ -1778,6 +1778,7 @@ CodeTextEditor::CodeTextEditor() { cs.push_back("("); cs.push_back("="); cs.push_back("$"); + cs.push_back("@"); text_editor->set_completion(true, cs); idle->connect("timeout", callable_mp(this, &CodeTextEditor::_text_changed_idle_timeout)); -- cgit v1.2.3