Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

HLASM listing label and code offset quick navigation support #297

Open
vadimshchukin opened this issue Jan 21, 2025 · 2 comments
Open

HLASM listing label and code offset quick navigation support #297

vadimshchukin opened this issue Jan 21, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@vadimshchukin
Copy link

Would be great if the extension supported labels and code offsets in quick navigation (Ctrl+Shift+O) for HLASM listings

@vadimshchukin vadimshchukin changed the title HLASM listing label and offset quick navigation support HLASM listing label and code offset quick navigation support Jan 21, 2025
@slavek-kucera slavek-kucera added the enhancement New feature or request label Jan 23, 2025
@slavek-kucera
Copy link
Contributor

slavek-kucera commented Jan 23, 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?

@vadimshchukin
Copy link
Author

Hi Slavek,

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)

P.S. HLASM listing support looks great :-)

Thank you

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants