codefori / vscode-rpgle

RPGLE language tools for VS Code
MIT License
39 stars 18 forks source link

Please add support for displaying Source sequence numbers #315

Open devame opened 4 months ago

devame commented 4 months ago

There are many instances where due to certain restrictions, debugging on client machines is "blind debug" i.e. source code is not available on client machine. In such instances, relying on source sequence numbers is the only way to make sense of what is happening.

So, similar to the source dates being displayed in the gutter, request you to kindly add source sequence number also in the gutter as an optional feature.