Merge pull request #12763 from remorse107/Code-Complete
Modified code completion for better tabbing with immediate hints.
This commit is contained in:
commit
139a957802
1 changed files with 1 additions and 0 deletions
|
@ -2041,6 +2041,7 @@ void TextEdit::_gui_input(const Ref<InputEvent> &p_gui_input) {
|
|||
|
||||
_confirm_completion();
|
||||
accept_event();
|
||||
emit_signal("request_completion");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue