You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 18:51:18 +00:00
Fix Script editor completion doesn't suggest members of a script for type hints
This commit is contained in:
committed by
Rémi Verschelde
parent
004c174086
commit
7afbd5904e
@@ -5786,6 +5786,7 @@ bool GDScriptParser::_parse_type(DataType &r_type, bool p_can_be_void) {
|
||||
can_index = false;
|
||||
tokenizer->advance();
|
||||
} break;
|
||||
case GDScriptTokenizer::TK_CURSOR:
|
||||
case GDScriptTokenizer::TK_IDENTIFIER: {
|
||||
if (can_index) {
|
||||
_set_error("Unexpected identifier.");
|
||||
|
||||
Reference in New Issue
Block a user