Editor Quick Action: End of Scope Termination

For source files compiled with the NOIMPLICITSCOPE Compiler directive, you receive warning messages (COBCH1227) when a complex statement has not been terminated properly when the syntax requires it (for example, END-VERB).

An editor quick action is available for you to quickly resolve the issue and insert the missing end--of-scope terminator:

  1. Click on the line of code that reports the warning message "Scope terminator END-VERB generated implicitly".
  2. Hover the underlined phrase in the code.
  3. Click the light bulb icon (light bulb) to see the details:
    End Of Scope Quick Action
  4. Click Insert explicit scope terminators.

    This adds the missing terminator to your source file.