You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HolonProduction
changed the title
Auto-complete not working for autoloaded global scripts
[3.x] Auto-complete not working for autoloaded global scripts
Oct 14, 2024
Godot version:
Godot Engine v3.0.6.stable.official
OS/device including version:
Windows 8.1 Pro & Windows 10 Home
Issue description:
Member functions not auto-completing when the variable is in autoload global.gd
Steps to reproduce:
global.gd
var array = ["zero", "one", "two"]
script.gd
print(global.array.size())
global.array autocompletes correctly but it doesn't complete the function size()Minimal reproduction project:
minimal reproduction.zip
The text was updated successfully, but these errors were encountered: