You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java Version (when using VS Code or Theia, execute java -version and paste the details here): openjdk version "21.0.1" 2023-10-17 LTS
Problem Description
When editing a copybook containing cobol source code (no variable description) like perform, etc. It is impossible to navigate from paragraph to paragraph and nothing is recognised. Also we get the following error on the first line of the copybook :
"ParagraphListMarker" inserted before this token
How to reproduce
Write and cobol program that use a copy in its procedure division. This copy containing the procedural code of the program.
Open the copy with CTRL + click on it.
the problem ""ParagraphListMarker" expected instead of this input" is mentionned on the copy.
There is no outline inside the copy to facilitate navigation inside the program.
The text was updated successfully, but these errors were encountered:
Syntax errors : 👍
Find all references in file : 👎
Peek references in file 👎
Rename symbol in file 👎
Outline view : 👍
Syntax highlighting : 👍
Code completion : 👎 Does not propose paragraph name when typing perform for example
Snippets : 👍
Embedded languages support such as SQL, CICS, and DLI : not tested
Since the outline is parsing the different paragraph I am expecting that a click on the paragraph name from a perform allow to redirect to the paragraph definition as in a standard cobol program.
Development environment used
java -version
and paste the details here): openjdk version "21.0.1" 2023-10-17 LTSProblem Description
When editing a copybook containing cobol source code (no variable description) like perform, etc. It is impossible to navigate from paragraph to paragraph and nothing is recognised. Also we get the following error on the first line of the copybook :
"ParagraphListMarker" inserted before this token
How to reproduce
Write and cobol program that use a copy in its procedure division. This copy containing the procedural code of the program.
Open the copy with CTRL + click on it.
the problem ""ParagraphListMarker" expected instead of this input" is mentionned on the copy.
There is no outline inside the copy to facilitate navigation inside the program.
The text was updated successfully, but these errors were encountered: