When I use Input.action_pressed() method, I have autocomplete that proposes all the action names I have defined in my project.
In my project, I have a set of ids, that are strings, and I have some methods that take id in parameters. I there a way to have the same kind of autocomplete for these methods so that they can propose only the ids that are defined in the project?
How does the autocomplete work for action_pressed()? Is it some kind of internal editor behaviour?