Visual Studio Code extension to convert fixed format RPGLE to free format.
This is based on rpgfreeweb.
You can find the extension in the VS Code Marketplace!
- clone repo
npm i
- 'Run Extension' from vscode debug.
Highlight all or part of your source code and then right-click and use the "Convert to Free Format" option from the menu.
A couple of caveats:
- Your highlight should start in position 1 of the line or that line will not convert.
- Your highlight should end after the end of line for the last line to be converted.