You can use the settings in
Tools > Options > Text Editor > Micro Focus COBOL > Formatting and on the
General page to configure features such as the Visual Studio
Format Document command or some of the tooltips.
- Formatting
-
- Case format for identifiers
- Specifies the case format of the identifiers in the built assembly.
- Case format for reserved words
- Specifies the case format of the COBOL reserved words in the built assembly.
To change the format of a COBOL source file opened in the editor or of a selection of code, click
Edit > Advanced > Format Document or
Edit > Advanced > Format Selection.
- Automatic insertion of end-if
- Enabled by default. With this option checked, after you have typed the first line of an IF statement and press ENTER, the
IDE automatically inserts an END-IF closing statement.
- Automatic insertion of end-evaluate
- Enabled by default. With this option checked, after you have typed the first line of an EVALUATE statement and press ENTER,
the IDE automatically inserts the closing statement.
- Automatic insertion of end-perform
- Enabled by default. With this option checked, after you have typed the first line of an PERFORM statement and press ENTER,
the IDE automatically inserts the closing statement.
- Automatic insertion of end-exec
- Enabled by default. With this option checked, after you have typed the first line of an EXEC statement and press ENTER, the
IDE automatically inserts the closing statement.
- Automatic insertion of end-try
- Enabled by default. With this option checked, after you have typed the first line of an TRY statement and press ENTER, the
IDE automatically inserts the closing statement.