IBM / zopeneditor-about

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

COBOL (first) - Allow parts of code to be ignored by Language Server #441

Open FALLAI-Denis opened 2 months ago

FALLAI-Denis commented 2 months ago

Hi,

Extract from:

Description of the enhancement requested

We would like some parts of the (COBOL) source code not to be analyzed by the (COBOL) Language Server, this in order not to trigger errors or warnings on certain parts of the code, (which disable ZOE features, or pollutes the problems output):

For this we propose that the (COBOL) Language Server recognizes specific comments which would frame the code which should not be analyzed:

Thanks.