I have a question about the basic4android IDE
When want to make a call to a function or variable in another module, I just have to type the name of the module, then a dot ("."), and a nice dropdown list of all the public functions and variables of that module appears.
Module names I therefore keep very short and variable names and function names very descriptive, often quite long.
Is there a way to show this dropdown list for the current module?
That would be very helpful!