Difference between revisions of "COBOL light-weight IntelliSense"

From VSI OpenVMS Wiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 08:00, 20 November 2019

COBOL syntax highlighting

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)
  • Operand types are not checked (planned)