You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
improved get_node(), connect(), etc code completion.
-properly completes text arguments -includes the "/root" autoloads
This commit is contained in:
@@ -136,6 +136,14 @@ ScriptInstance::~ScriptInstance() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
ScriptCodeCompletionCache *ScriptCodeCompletionCache::singleton=NULL;
|
||||
ScriptCodeCompletionCache::ScriptCodeCompletionCache() {
|
||||
singleton=this;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void ScriptLanguage::frame() {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user