COBOL light-weight IntelliSense: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| style="border-style: none;" |- |rowspan="1"| frame|left|COBOL grammar |style="vertical-align:top; padding-left: 20px;" | '''Features''' *..." |
No edit summary |
||
| (3 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 | |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=== | |||
* | * Symbols definition on hover over | ||
* | * Symbols navigation | ||
* | * Symbols renaming | ||
* Scope | * Scope resolution | ||
* Code completion | * Code completion | ||
* Syntax highlighting | * Syntax highlighting | ||
''' | ===Limitations=== | ||
* | * '''REPLACE''' statement is not supported | ||
* '''COPY''' statement handles only local files without '''REPLACING''' | |||
* EXTERNAL symbols resolved only for local files ( | * '''EXTERNAL''' symbols resolved only for local files (including dependent local COBOL projects) | ||
* | * Operand types are not checked (planned) | ||
|} | |} | ||
[[Category:VMS IDE]] | [[Category:VMS IDE]] | ||
