Merge pull request #29744 from GodotExplorer/gdscript-completion-icons

Show icons for code completion options
This commit is contained in:
Rémi Verschelde 2019-07-05 08:00:40 +02:00 committed by GitHub
commit 259a3fb1e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 98 additions and 35 deletions

View file

@ -216,6 +216,7 @@ struct ScriptCodeCompletionOption {
Kind kind;
String display;
String insert_text;
RES icon;
ScriptCodeCompletionOption() {
kind = KIND_PLAIN_TEXT;