Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Reset the line number for each label #94

Open
mordmckee opened this issue Aug 7, 2019 · 2 comments
Open

Reset the line number for each label #94

mordmckee opened this issue Aug 7, 2019 · 2 comments

Comments

@mordmckee
Copy link

Suggestion:
Having the option, for each label, have a line number 'reset' in line counter
(in VSCODE left bar that has the line number of the file)

For instance:
1 | Label1
2 |
3 |
1 | Label2
2 |
3 |
4 |
1 | Label3

Currently the VSCode would show 1 to 8 lines on the left bar in this case.

The reason is that this would allow for setting the break points faster, since now i know that i should do, for instance:

zb Label2+3^ROUTINE

I don't like to count lines :)

@atiplea
Copy link
Collaborator

atiplea commented Aug 18, 2019

Nice idea-- definitely see the value here. It is possible but not sure if it can be done in a very performant way. I've played around with it a bit and it can look quite nice:

image

However, the problem is while updating the document: there is noticeable lag while typing. Not sure about the best way to mitigate this just yet.

@cjprieb
Copy link
Contributor

cjprieb commented Sep 30, 2019

This would be a sweet feature to have. Maybe something toggle-able? So that you can turn it on when debugging, then turn it off when writing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants