wish add autocomplete function with object

icefairy333

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

Roger Garstang

Well-Known Member
Licensed User
Longtime User
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.
 
Top