mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-12 05:41:15 +01:00
Suggest class_name in 3.x autocompletion.
This commit is contained in:
parent
6b51409db3
commit
4410d81189
@ -2197,7 +2197,7 @@ static void _find_identifiers(const GDScriptCompletionContext &p_context, bool p
|
|||||||
|
|
||||||
static const char *_keywords[] = {
|
static const char *_keywords[] = {
|
||||||
"and", "in", "not", "or", "false", "PI", "TAU", "INF", "NAN", "self", "true", "as", "assert",
|
"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",
|
"const", "enum", "export", "onready", "static", "var", "break", "continue", "if", "elif",
|
||||||
"else", "for", "pass", "return", "match", "while", nullptr
|
"else", "for", "pass", "return", "match", "while", nullptr
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user