Wish Completion of "If" Statements?

LWGShane

Well-Known Member
Licensed User
Longtime User
Love the new auto-complete features in the new IDE. However, would still love to see the completion of "If" statements, "For" statements, etc be added in. For example, you type this in:

B4X:
If Form1.Title = "Title"

Upon hitting return/enter, Visual Studio automatically inserts the resulting "Then", new-line, and "End If". Same applies to "For" statements and others. Would love to see this added into the auto-completion engine.
 

Jim Brown

Active Member
Licensed User
Longtime User
Me too. Especially if the cursor is also placed in its correct location ready to continue coding:

B4X:
If Form1.Title = "Title" Then
   '|<--- Cursor finishes here
End If
 
Last edited:
Top