Intellisense displays comments wrongly in VSCode #596
gabsoftware
started this conversation in
General
Replies: 2 comments 4 replies
|
VS Code version? |
2 replies
|
I just tested with latest VS Code and latest OpenEdge ABL extension, same result. But I am not surprised because VS Code is basically VS Codium with added telemetry. No particular error with --trace |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The generated documentation by PCT's JsonDocumentation is correct, it has the "comments" fields all correct.
But in VS Code, it frequently displays the Intellisense popup wrongly, especially for multi-line comments.
This happens also with comments in Progress' ADE libraries.
Now I'd love to help on this, but it seems that the language server is closed source.
A few examples:
In this example:
Next example, a method:
In this example:
It seems rather random whether or not it will show the first line or concat next lines instead of showing them on a new line.
Am I doing anything wrong?
Thanks,
Gabriel
All reactions