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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.