Replies: 1 comment 3 replies
-
We won't be doing this with the outline view, but you can right click on any variable in the source and find the references to it or have it take you to the definition. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the outline view for an RPGLE program simply shows a list of symbols from the source code. Clicking on a symbol repositions the source view to the definition of the symbol. This is very helpful.
To make this even more useful, please add a collapsible list of source statements (under the symbol in the outline view) where the symbol is referenced. For example, in the HelloWorld program, this is what the outline view currently (v1.9.3) looks like:
I'd like to see it show
OUTLINE
printf INT(10) EXTPROC('PRINTF')
stmt 12
mytext CHAR(25)
stmt 11
stmt 12
Or something like that.
Beta Was this translation helpful? Give feedback.
All reactions