IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
47 stars 25 forks source link

COBOL (first) - See informations carried by copybooks in the VS Code Outline view #405

Open FALLAI-Denis opened 2 months ago

FALLAI-Denis commented 2 months ago

Description of the enhancement requested

The VS Code Outline view displays a representation of the structure of a program, with sorting options. Regarding copybooks, this view only displays the reference to the copybooks, but no information carried by the copybooks. However, the COBOL Language Server seems to know these informations because it displays them when hovering with the mouse.

We would like the Outline view to display certain information contained in the copybooks, at a minimum:

This in a “resolved” way:

If this could also be done with copybook cascade calls it would be a big plus...


Illustration with our “smart” development framework:

Having all these Sections / Paragraphs displayed in the Outline view would help in understanding the code workflow of the program, and help to identify these Sections / Paragraphs.

In actual use case below, the name of the copybook appears on the right side of the screen hardcopies.