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
So the issue is that when i assign a node to variable of class i created the intellisense is gone
it should show the init and input function as on the screenshot before
this bug also appears when i assign node in ready function like this
Steps to reproduce
Create a class with a class_name and function or variable inside
In any other script (that is attached to any node) create variable of class from first step (for example "var x: MyClassName" )
Create child node and attach to it script created in first step
In any function of parent script write "x." (and write at list first letter of the function inside this class) and it should show function or variable in a list
Now after "var x: MyClassName" add "= $node_name"
Now when you write "x." in script it won't show a function or variable you created
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
Godot version
4.0.3
System information
Windows 10
Issue description
So the issue is that when i assign a node to variable of class i created the intellisense is gone
it should show the init and input function as on the screenshot before
this bug also appears when i assign node in ready function like this
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: