BrianGarland / vscode-rpgfree

Visual Studio Code extension to convert fixed format RPGLE to free format
MIT License
18 stars 11 forks source link

Conversion issues with continued lines, lowercase values, extproc names, and data structures. #100

Open Duvaragesh opened 4 months ago

Duvaragesh commented 4 months ago

While converting, I encountered the following issues, which resulted in compilation errors. Apologies for combining multiple issues!

Issue1: H spec conversion exceeds line length limited and adds semicolon for each line image

Issue2: Keeps the line continuation character and converts the case to UPPER image

Issue3: Compilation error because the ExtProc Name was Capitalized. it is a c proc and the name is case sensitive. image

Issue3: Data structures are not converted properly. issues on the overlay and *proc keyword that are giving compilation errors. image image image

I noticed that some of the open issues similar to this one have been marked as merged. When can we expect these fixes to be available in the VS Code plugin?

BrianGarland commented 4 months ago

The CTL-OPT issue is a duplicate of issue #43