COBOL light-weight IntelliSense

From VSI OpenVMS Wiki
Revision as of 07:37, 20 November 2019 by Andrey.logachev (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
COBOL grammar

Features

  • Symbols definition on hover over
  • Symbols navigation
  • Symbols renaming
  • Scope resolution
  • Code completion
  • Syntax highlighting

Limitations

  • REPLACE statement is not supported
  • COPY statement handles only local files without REPLACING
  • EXTERNAL symbols resolved only for local files (including dependent local COBOL projects)
  • Procedure parameters are not checked (planned)
  • Operand types are not checked (planned)
  • Some syntax errors may not be highlighted (and not all highlighted words are in error state)