COBOL light-weight IntelliSense

From VSI OpenVMS Wiki
Revision as of 05:29, 14 November 2019 by Sergey vorfolomeev (talk | contribs) (Created page with "{| style="border-style: none;" |- |rowspan="1"| frame|left|COBOL grammar |style="vertical-align:top; padding-left: 20px;" | '''Features''' *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
COBOL grammar

Features

  • Symbol definition in hover
  • Symbol navigation
  • Renaming symbols
  • Scope resolving
  • Code completion
  • Syntax highlighting

Limitations

  • REPLACE statement doesn't work
  • COPY statement handles only local files without REPLACING
  • EXTERNAL symbols resolved only for local files (also for dependent local COBOL projects)
  • No procedure parameters checked (planned)
  • No operand types checked (planned)
  • Not all syntax errors are highlighted (and, vice versa, not all highlighted words are really in error state)