vscode-rpgle icon indicating copy to clipboard operation
vscode-rpgle copied to clipboard

RPGLE language tools for VS Code

Results 79 vscode-rpgle issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

_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.**...

idea

File description doesn't apear with the keyword "TEMPLATE". ![image](https://user-images.githubusercontent.com/18192917/198817548-183a2bbd-4743-4de0-bec9-80c68f0aafa5.png)

### 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`...

stale

`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.

good first issue

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 -...