RPG{LE} Content assist with /include #1072
Unanswered
ThomasBarberot
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am facing a similar issue where I work with stream files, iASP, and grouped includes. To ensure my tooling is always available, I created a tool.rpgleinc file where I group my other includes such as number.rpgleinc and string.rpgleinc. RDI resolves the includes and proposes the procedures from the embedded includes, like the procedures from number.rpgleinc, but the code for I does not do it. Additionally, I have attached a screenshot for reference. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I use a lot of members to be included in others, in particular to code prototypes, variables and constant values only once, and not in every member.
When I use an /include of a member (ex. : MBRINC) in another (ex. : MBRPPL), in the member where the /include is set (MBRPPL), the content assist ([CTRL] + space) doesn"t seem to display "stuffs" (prototype or variable) from the included member (MBRINC).
Do I do something wrong or is it a limitation of Code for I ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions