che-che4z-lsp-for-cobol
che-che4z-lsp-for-cobol copied to clipboard
## Description ## As a USER, I would like to see an error if I create a variable with the following names `DATA DATE EXTERNAL INSERT BIT CONDITION COPY CURSOR...
**Is your feature request related to a problem?** Most of our COBOL sources have comments starting at column 80. So the useful errors get overwhelmed by an enormous amount of...
Reopening a ticket from https://github.com/BroadcomMFD/code4z/issues/61 With something like this EXEC SQL DECLARE MYTAB TABLE (CREATION_TIMESTAMP TIMESTAMP(6) WITHOUT TIME ZONE NOT NULL ) END-EXEC. (typically generated by the DCLGEN utility), the...
**Is your feature request related to a problem?** When typing functions there's no code completion and the function names are neither highlighted (to distinguish other words) nor "explained". **Describe the...
**Is your feature request related to a problem?** The request is related to formatting capabilities of the COBOL LS extension. It automatically removes trailing spaces from the file and since...
## Description ## A line that has an empty indicator area and three asterisks in the content area, the analysis doesn't show any errors even if they present after this...
I have a variable that is assigned as PIC 9(02). It would be great if the extension - can prevent me from moving "String data" to PIC 9 variables. -...
**Is your feature request related to a problem?** Users can specify a special name as a substitute for an environment name in the SPECIAL-NAMES paragraph. They should be treated as...
## AS IS state ## Currently there is a two special cases for getting copybook contents: copybook-resolve - to handle copybook request copybook-download - to handle copybook download request And...
## Description ## CFASTBuilderImpl has high cognitive complexity and should be simplified. ## Acceptance Criteria ## - SonarCloud does not show "High cognitive complexity" on the CFASTBuilderImpl class