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
Issue description:
Code completion does not provide parameter hints for custom functions if they are used from a script other than they are declared in.
# one scriptextendsObjectclass_nameKnownClassfunctest(param: String):
pass
# another scriptextendsNode2Dfunc_ready():
varkc: KnownClass=KnownClass.new()
kc.test("here completion does not show parameter list")
You are right, i can confirm that.... but from long ago. And it´s not consistent, some times code completion doesn´t provide parameters of script self functions once "(" character is reached. And sometimes doesn´t provide autocompletion for self script functions at all.
Godot version: 3.1
OS/device including version: Ubuntu 18.04
Issue description:
Code completion does not provide parameter hints for custom functions if they are used from a script other than they are declared in.
Minimal reproduction project:
repro_cc_custom_func.tar.gz
The text was updated successfully, but these errors were encountered: