how do you make GODOT type your functions and variables by default?
I see every time you add a function or a signal it has the check type already included. For example when you start typing the function _ready it already comes with the -> void
Nathan Lovato
replied
You can set this up by going in the Editor -> Editor Settings menu and search for type hint. You'll find a checkbox named Add Type Hint.