MajeedKazemi / koala-editor

A simple text-based editor that includes a toolbox for exploration and explanation of python commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add visual indicators for syntax issues

MajeedKazemi opened this issue · comments

  • the content and style could be a simple prototype (doesn't need to look nice) – please take a look at the nova-editor and see how some of the visuals are displayed on top of the code.
  • correct positioning: to be displayed correctly at the issue's line and character (column)
  • I think you want to make sure that the positioning gets updated if the code moves (it might simply mean deleting the previous visual error/warning message, and running the detector again)