lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Display cursor position in consoles #70

Closed lukashornych closed 6 months ago

lukashornych commented 7 months ago

The issue right now is that evitaQL parser return location of error with position of cursor in line, but the editors in evitaQL console don't display status bar with the current location of cursor. Therefore it is hard to navigate to the error.