Fixed autocomlete strings not appearing for function arguments
(cherry picked from commit 9e6234201b)
This commit is contained in:
@ -3874,7 +3874,7 @@ void TextEdit::_update_completion_candidates() {
|
||||
}
|
||||
}
|
||||
|
||||
if (l[cursor.column - 1] == '(' && !pre_keyword) {
|
||||
if (l[cursor.column - 1] == '(' && !pre_keyword && !completion_strings[0].begins_with("\"")) {
|
||||
cancel = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user