mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Autocompletion: mark datatype as constant for constant arrays
This commit is contained in:
@@ -1646,6 +1646,7 @@ static bool _guess_expression_type(GDScriptParser::CompletionContext &p_context,
|
||||
if (full) {
|
||||
// If not fully constant, setting this value is detrimental to the inference.
|
||||
r_type.value = a;
|
||||
r_type.type.is_constant = true;
|
||||
}
|
||||
r_type.type.type_source = GDScriptParser::DataType::ANNOTATED_EXPLICIT;
|
||||
r_type.type.kind = GDScriptParser::DataType::BUILTIN;
|
||||
|
||||
Reference in New Issue
Block a user