Adding and removing comments

You can quickly add or remove comments for one or more lines in the COBOL Editor by using the Toggle Comment action or Ctrl+/ keyboard shortcut.

Procedure

  1. To add comments:
    1. Highlight one or more lines that you want to make into a comment.
    2. Right-click and click Source > Toggle Comment.
  2. To remove comments:
    1. Highlight one or more comment lines from which you want to remove the comment tag.
    2. Right-click and click Source > Toggle Comment.

Feedback