Code Editing
The Veryant isCOBOL extension is designed for COBOL code developed with FREE FORMAT style, and is not fully prepared for FIXED FORMAT. Comment lines are treated as *> and not as * which is typically used in FIXED mode.
The Veryant isCOBOL extension offers the following features:
Syntax coloring
COBOL keywords, strings and identifiers are colored with different colors so you can easily notice typo errors like misspelled keywords or unclosed strings. The syntax coloring also makes the source code easier to view.
Variable suggestion
Variables are suggested on several COBOL commands, such as MOVE, IF, SUBTRACT, ADD and others. Constants are also considered, each one appearing with a different icon on IntelliSense.
Paragraph suggestion and documentation
This extension suggests paragraphs based on what is typed on perform clause.
Code highlight
When you click over some COBOL keywords, the related keywords are highlighted for better understanding.
Peek definition
You can also peek at COBOL variable and paragraph definitions.
Formatter and loop completion
The Language Server provides automatic formatting for several COBOL clauses.
IntelliSense for variable declaration
The variable declaration is done in two steps so that the extension parses the picture and generates the most appropriate value in the VALUE clause.