Automatic insertion of end constructs

SyntaxEditor for Windows Forms Forum

Posted 11 years ago by David Rutten - Robert McNeel & Associates
Version: 12.1.0303
Avatar

I couldn't find anything in the documentation about automatic insertion of end-constructs. I.e. when I type

If (something Or other) Then <enter>

I'd like to see an End If inserted into the line below the one I'm in. Same for Select Case and End Select. For and Next, Do and Loop, Function and End Function. Did I miss this option or is it called something else?

[Modified 11 years ago]

Comments (1)

Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi David,

I'm sorry but we don't have that feature at this time.  You could possibly add something similar yourself if you watch for the Enter key being typed and scan ahead to see if there is a matching End If yet.  If not, then insert the appropriate text.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.