Merge pull request #76346 from HolonProduction/suggest-class-name

Suggest `class_name` in 3.x autocompletion.
This commit is contained in:
Rémi Verschelde 2023-04-28 18:37:11 +02:00
commit b3bcec8c4a
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -2194,7 +2194,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", "remote", "sync", "master", "puppet", "slave",
"remotesync", "mastersync", "puppetsync",