|
|
|
|
|
by layer8
26 days ago
|
|
The alternative is what the Visual Basic editor does: It indents automatically; not only when pressing return, but whenever the caret is moved to another line. This means you virtually can’t fail to notice that you missed an END IF or similar, because subsequent lines will be indented as part of the IF body. |
|