wish add autocomplete function with object name
for example
B4X:
dim mynewlistview as listview
after that,We had to input the whole name "mynewlistview" and have no tip with
the name ,and please implement auto complete with the all command with b4a such as :"callsubdelayed","startactivity" and so on ...
It can improve a lot of efficiency of input code !thanks :sign0060:
found it!but is that possible to show it auto(just like eclipse ide)?or custom definition the hot key?because the ctrl+space is to change the input method.thanks
The downside to having it always come up (Besides overhead for every char typed) would be similar to auto complete annoyances on your phone- If whatever you type isn't in the list then the closest thing is highlighted and typed when you press Enter/Space. Could make it unselect when it no longer matches, but there is always the chance what you type is part of another word.