You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Show icons for code completion options
This commit is contained in:
@@ -162,6 +162,7 @@ class CodeTextEditor : public VBoxContainer {
|
||||
|
||||
void _update_font();
|
||||
void _complete_request();
|
||||
Ref<Texture> _get_completion_icon(const ScriptCodeCompletionOption &p_option);
|
||||
void _font_resize_timeout();
|
||||
bool _add_font_size(int p_delta);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user