[WISH]: Code templates

drowles

Member
Licensed User
Longtime User
So far I have loved working with B4A. I come from a Delphi programming background and have heavily used a feature called Code templates that allow typing:

ife (press Ctrl + J)

and it would automagically change to:

if then

else

with the cursor placed between the IF and THEN keywords. There was a pretty simple Code Template editor that you could add your own and I had at least 20 more frequent code blocks that I would use abbreviations for. Could this be added to B4A? It saves so much time...
 
Top