Skip to main content

Problem:

In Visual Studio 2005 you can now comment out blocks of COBOL Code using a menu option.

Resolution:

If you have a block of code highlighted you can comment out the code by using the Edit / Advanced / Comment Selection menu option.

There is a corresponding "Uncomment" option. This option will comment out code using the "*>" comment syntax.

Control-C and then Control-K is the keyboard shortcut for this.

Old KB# 1378