Replies: 1 comment 1 reply
-
First, I think this issue should be reported in the extension vscode-rpgle which is the one providing the outline, linter etc. Second, have you tried changing the current (home) directory to the one containing the source and include file? I think I've read in another issue in the other or this repo that the extension - due to performance issue - only looks for the include files in the current directory. Hope you find a solution! |
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
-
Using Code for IBM i v1.5.11. last updated 9/2/2022. WIth source member type SQLRPGLE or RPGLE, any /include memberName never shows any contents in the Outline View. I saw a previous thread wherein nothing was showing for SQLRPGLE and that it was fixed (back in February 2022 maybe?). For example, the following code shows nothing in the outline view but the dummy indicator field.
`**FREE
ctl-opt dftactgrp(*no) actgrp('CODE4I')
bnddir('YAJL')
decedit('0.')
option(*srcstmt: *nodebugio: *noshowcpy);
/include yajl_h
dcl-s dummy ind;
*INLR=*ON;`
It compiles, of course, and the listing shows all of the YAJL items associated with the /include.
Any suggestions? Maybe the outline view isn't suppose to show it, but I would doubt that.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions