I'm running the following environment:
VisualCOBOL 9 Patch Update 2
Micro Focus VS Code extension 1.0.57
VS Code version 1.90.0 on Linux (Ubuntu) and Windows (10 and 11)
The outlining feature does not work when a COBOL file is loaded into the editor. The message "No symbols found in document <filename>.cbl" is displayed.
Syntax highlighting is working, however there is no dynamic parsing of the source (I'm not sure if there should be - it's present for other languages such as shell scripts). Nothiing ever shows up in the "Problems" tab.
I seem to recall that code outlining worked for about 10 minutes after I installed the extension, but hasn't worked since. I can't replicate this by reinstalling the extension.
In addition CTRL-clicking on variables to see their definitions, CTRL clicking on paragraph or section names, or hovering over either of them does nothing either.
There are no other enabled COBOL extensions installed.
In short, the extension seems to be providing little other than syntax highlighting and debugging. We compile with an external script.
Any ideas on how to get this working?