Wish procedure hint popup

aarondc

Member
Licensed User
Longtime User
When you type ( for a sub, the hints appear. But if the arguments are all supplied, it is not possible to force the popup to appear to get an understanding of what they are.

eg.

if I have this:

B4X:
Activity.LoadLayout(|

the popup appears, if I have this:

B4X:
Activity.LoadLayout("Main|")

(Where | is the cursor position). I don't know how to make the popup appear again. Making it appear would be very useful to help understand what the argument is for and its type, etc.

Pressing Ctrl+Shift+Space is how they do it in Delphi.
 
Top