Please or Register to create posts and topics.

VSCode extensions - linenumber suggestion

The #lineinc command is useful to overrule the default line number increment of 10s. But would it be possible to provide an optional command to a label to start at a next multiple of 100, 500 or 1000 ?

Say I have a some joystick routines that are provided as separate gosub-return routines. I provide for each a separate label, and since each are only a few lines I would want them each to start at a multiple of 100, which helps in readability when comes to debug the running code.

Next I have some larger routines which I would want to start at multiple of 500 (or 1000 if these are quite large routines).

Don't know if possible, but I imagine this could be useful.