Replies: 3 comments 1 reply
-
If you enable |
Beta Was this translation helpful? Give feedback.
0 replies
-
I didn't know about that! Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
It there any reason why this is not checked by default? That kind of methods requiere specific signature. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you accept autocompletion for a built-in function, like
_set
, argument and returned types are not specified. Same thing when you connect signals. It would be nice to fill argument and returned types automatically to avoid errors._set
autocompletion should returnfunc _set(property: StringName, value: Variant) -> bool:
.Beta Was this translation helpful? Give feedback.
All reactions