You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce an option to integrate additional metadata from the RPG Language Server into the existing workflow. This enhancement will merge the source orbit output with detailed language information from the server. This utility will be used to improve contextualization of RPG Model.
Procedurally generate natural language summary of source orbit and parser data:
The code provided has 4 procedures. procedureA, procedureB, procedureC, procedureD. File X is used in two of the defined procedures: procedureA and procedureB. This source also imports three export procedures, all of which are system APIs. File X is found based on the library list. procedureC contains Y SQL statements, which reference 3 tables: tableA, tableB, tableC
The text was updated successfully, but these errors were encountered:
@worksofliam Not sure what you mean by that.
I will have to try this out, but I was hoping to have not only included files resolved, but database record formats with all their subfields since they will likely be important to understanding most DB access code.
Overview
Introduce an option to integrate additional metadata from the RPG Language Server into the existing workflow. This enhancement will merge the source orbit output with detailed language information from the server. This utility will be used to improve contextualization of RPG Model.
so -withLsData -g "src/test.rpgle" -bf json
Example
For a single file:
Source orbit output:
RPG Language server cache on same source:
Add parser data under
resolved
:Procedurally generate natural language summary of source orbit and parser data:
The text was updated successfully, but these errors were encountered: