BroadcomMFD / cobol-control-flow

COBOL Control Flow is an extension for Visual Studio Code that provides graphical visualization of program flow for programs written in COBOL.
https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf
Other
9 stars 8 forks source link

Should CALL <Program-Name> be visible in the flow? #6

Open jellypuno opened 4 years ago

jellypuno commented 4 years ago

It would be great if the CALL Parameter is also visible in the flow so that you would know the sub-program connected to the main program.

image

This is just a nice to have feature.

venkatzhub commented 4 years ago

@jellypuno - yes. That would be a good enhancement if not already in the backlog.

GitMensch commented 1 year ago

I guess this is mostly missing in the COBOL extension - you can "click" on a copybook to open it, but not on a CALL - so the information which CALLs are done and where to find those is possibly missing there.

In general - without the support the code flow misses one of its most important parts.