vscode-rpgle
vscode-rpgle copied to clipboard
RPGLE language tools for VS Code
### Changes Since a binding directory exposes possible export symbols, if RPGLE source has the `BNDDIR` header, then 'go to implementation' will do a reverse looking via the binding directory....
I would like to have the ability to have 'go to definition' for procedures in a binding dir. This will allow quicker access to code and provide similar functionality as...
_I assume this is the issue tracker for vscode-rpgle also since that repo does not have its own issue tracker_ **Is your feature request related to a problem? Please describe.**...
File description doesn't apear with the keyword "TEMPLATE". 
### Changes * Adds ability to import system APIs that have not yet been defined in the source scope. * Shows code example for some system APIs * New `@value`...
`Dcl-Pr APGM extpgm(myvarNotused);` Where EXTPGM is referred to as a variable
`*BLANK` refers to a single space in RPGLE, not an empty string.
Is the linter for RPG supposed to mark up comments that match a source item like SUBR name or is this because the lint tool is parsing by token only...
This is an awesome tool - i was wondering if there was a way to use it outside of the context of VSCODE? Things I would like to do -...