Is this something a developer can add to? For example, say that I want to set up something like ....
Typing: "todo"
and B4x would complete it as ...
' ################
' TODO: 08/01/2015 01:32:68
' My Name is Joe, Company XYZ
' [cursor blinking here ready for typing]
'################
or even something like ...
Typing: "dowhileif"
completes as ...
Do While [cursor here]
If
End If
Loop
While it isn't really "blocks completion", it's more of a "code completion" or "command completion". VFP developers know what I'm talking about and just how useful / powerful that implementation is.