COBOL folding rules #60
FALLAI-Denis
started this conversation in
Show and tell
Replies: 2 comments
-
Illustration of folding according to COBOL structures. Possible use of keyboard shortcuts:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@FALLAI-Denis Here you are: https://marketplace.visualstudio.com/items?itemName=zokugun.cobol-folding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I offer you a folding solution for the COBOL language based on the structuring of the language in different levels of hierarchies: Division, Section, Paragraph.
This solution also manages the folding of comments, as well as a folding on the page eject, (inheritance of the time when we used punch cards and Caroll tape listings).
As an enrichment of this solution, the “END-xxxx” termination instructions could be taken into account (example: IF / END-IF).
Tested with:
Beta Was this translation helpful? Give feedback.
All reactions