astexplorer
astexplorer copied to clipboard
Feature Request: Show cursor position in the bottom bar
Hello, bothering you again 😅
Motivation
When I get a parsing error like Unexpected token (8:138)
the whole line is being highlighted with red. However, it's not easy to go to exact line and column in the astexplorer textbox.
Would be great to have line and column of cursor in somewhere in bottom bar (maybe left side) to pinpoint the exception in the text.
@yatki I think you can find the line and column number from the error message itself Unexpected token (8:138)
means 138
th column in 8
th line. Will it suffice your requirements or you need more?
Ah what I meant is to find the exact location in the string I have to count one by one. There is no option to navigate to that column. To find the 138th column without seeing where my cursor is pretty annoying 😅
So what I'm asking is to have something like in Vscode:
See:
Ln 67, Col 41
Sounds like a good idea to me!