You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fixed code completion after opening bracket, issue 3977
(cherry picked from commit 0a2b341d0a)
This commit is contained in:
@@ -3874,6 +3874,9 @@ void TextEdit::_update_completion_candidates() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (l[cursor.column - 1] == '(' && !pre_keyword) {
|
||||||
|
cancel = true;
|
||||||
|
}
|
||||||
|
|
||||||
update();
|
update();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user