Includes to be checked in the library list #1188
Replies: 1 comment 10 replies
-
Perhaps put your copy member source library at the top of the library list? The compiler supports this. IBM docs say this: /COPY or /INCLUDE followed by exactly one space followed by the file name or path A member name must be specified. https://www.ibm.com/docs/en/i/7.4?topic=directives-copy-include |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have my program member and copy source members in different libraries. I am able to access the includes(view implementation) if I specify the full include path e.g.
/copy srclib/srcfile, ctlopts
and not with/copy srcfile, ctlopts
. I have tried to search the settings but did not find any option for RPGLE content assist to check in the library list I have setup for Code for IBM i.Is there a way for the RPGLE content assist feature to pick the includes from a library other than actual program member's without hardcoding the include's library?
Beta Was this translation helpful? Give feedback.
All reactions