crate / crate-admin

The admin user interface for CrateDB.
Apache License 2.0
26 stars 19 forks source link

Show line numbers in console #813

Open robd003 opened 1 year ago

robd003 commented 1 year ago

When debugging an issue like SQLParseException[line 94:10: mismatched input '(' expecting {'FROM', 'WHERE', 'GROUP', 'ORDER', 'HAVING', 'LIMIT', 'OFFSET', 'FETCH', 'WINDOW', 'UNION', ',', ')'}] it would be super helpful to have line numbers in the left-hand margin of the console.