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:
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.
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.