You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Show icons for code completion options
This commit is contained in:
@@ -216,6 +216,7 @@ struct ScriptCodeCompletionOption {
|
||||
Kind kind;
|
||||
String display;
|
||||
String insert_text;
|
||||
RES icon;
|
||||
|
||||
ScriptCodeCompletionOption() {
|
||||
kind = KIND_PLAIN_TEXT;
|
||||
|
||||
Reference in New Issue
Block a user