IBM / zopeneditor-about

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

COBOL - Display the current value of a conditional compilation variable at the source code level #318

Open FALLAI-Denis opened 1 year ago

FALLAI-Denis commented 1 year ago

Description of the enhancement requested

The COBOL Language Server appears to parse conditional compilation directives to determine the values of conditional compilation variables that condition certain parts of code in general, and the inclusion of COPYBOOKs in particular.

Would it be possible that Z Open Editor displays the current value determined by the Language Server for a compilation conditional variable on the >>if, >>evaluate, >>when directives either on hover with the mouse cursor, or by activation of a contextual menu by a right click on the conditional compilation directive?

phaumer commented 1 year ago

Great suggestion, thanks.