You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix slight issues with autocompletion and member lists in GDScript
Fixes #27152
Fixes #28591
(cherry picked from commit f9d9530902)
This commit is contained in:
committed by
Rémi Verschelde
parent
759b488b22
commit
33b2d65f98
@@ -1947,7 +1947,7 @@ static void _find_identifiers_in_base(const GDScriptCompletionContext &p_context
|
||||
} else {
|
||||
base_type.has_type = script->get_instance_base_type() != StringName();
|
||||
base_type.kind = GDScriptParser::DataType::NATIVE;
|
||||
base_type.script_type = script->get_instance_base_type();
|
||||
base_type.native_type = script->get_instance_base_type();
|
||||
}
|
||||
} else {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user