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
Would be great if the extension supported labels and code offsets in quick navigation (Ctrl+Shift+O) for HLASM listings
The text was updated successfully, but these errors were encountered:
vadimshchukin
changed the title
HLASM listing label and offset quick navigation support
HLASM listing label and code offset quick navigation support
Jan 21, 2025
Would you like to have all labels from both CSECT and DSECT, or only CSECT?
Similarly for the offsets - both csect and dsect offsets?
Would e.g. x'100' byte granularity for the offsets be sufficient?
Does the origin of the label matter to you? Should labels generated by macros be included?
For labels: all (both from CSECTs and DSECTs). The origin (source or macro generated) doesn't matter, i.e. I would like to navigate through all the labels in the listing
For offsets: CSECTs only (don't think it makes much sense to navigate via DSECT offsets)
Would be great if the extension supported labels and code offsets in quick navigation (Ctrl+Shift+O) for HLASM listings
The text was updated successfully, but these errors were encountered: