IDE dropdown list of variables and functions of current module

Eduard

Active Member
Licensed User
Longtime User
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!
 
Last edited:

Roger Garstang

Well-Known Member
Licensed User
Longtime User
How slow would the ide become if this was more automatic where ctrl+space wasn't even needed? Eclipse uses the same key combination, but there is an option tucked away in preferences that allows you to specify chars to trigger the list. This list usually contains just a few chars including the dot, but I just added the entire alphabet and it shows me the list as I type now. Big time saver.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…