Suggest class_name in 3.x autocompletion.

This commit is contained in:
HolonProduction 2023-04-22 16:29:14 +02:00 committed by Relintai
parent 6b51409db3
commit 4410d81189

View File

@ -2197,7 +2197,7 @@ static void _find_identifiers(const GDScriptCompletionContext &p_context, bool p
static const char *_keywords[] = {
"and", "in", "not", "or", "false", "PI", "TAU", "INF", "NAN", "self", "true", "as", "assert",
"breakpoint", "class", "extends", "is", "func", "preload", "setget", "signal", "tool", "yield",
"breakpoint", "class", "class_name", "extends", "is", "func", "preload", "setget", "signal", "tool", "yield",
"const", "enum", "export", "onready", "static", "var", "break", "continue", "if", "elif",
"else", "for", "pass", "return", "match", "while", nullptr
};