Difference between revisions of "COBOL light-weight IntelliSense"

From VSI OpenVMS Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| style="border-style: none;"
 
{| style="border-style: none;"
 
|-
 
|-
|rowspan="1"| [[File:Cobol-intellisense-1.png|frame|left|COBOL grammar]]
+
|rowspan="1"| [[File:Cobol-intellisense-1.png|frame|left|COBOL syntax highlighting]]
 
|style="vertical-align:top; padding-left: 20px;" |
 
|style="vertical-align:top; padding-left: 20px;" |
  
'''Features'''
+
===Features===
 
* Symbols definition on hover over
 
* Symbols definition on hover over
 
* Symbols navigation
 
* Symbols navigation
Line 12: Line 12:
 
* Syntax highlighting
 
* Syntax highlighting
  
'''Limitations'''
+
===Limitations===
* REPLACE statement is not supported
+
* '''REPLACE''' statement is not supported
* COPY statement handles only local files without REPLACING
+
* '''COPY''' statement handles only local files without '''REPLACING'''
* EXTERNAL symbols resolved only for local files (including dependent local COBOL projects)
+
* '''EXTERNAL''' symbols resolved only for local files (including dependent local COBOL projects)
* Procedure parameters are not checked (planned)
 
 
* Operand types 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)
 
 
|}
 
|}
  
 
[[Category:VMS IDE]]
 
[[Category:VMS IDE]]

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)