babygo icon indicating copy to clipboard operation
babygo copied to clipboard

Show column number in FileSet.Position()

Open DQNEO opened this issue 1 year ago • 0 comments

Currently, only line number is shown. It would be nice if we could follow the official go compiler:

e.g.

./main.go:1901:1: syntax error: non-declaration statement outside function body

DQNEO avatar Jul 19 '23 01:07 DQNEO