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

More relevant suggestions

carlkma opened this issue · comments

  • use Finite State Machines to parse each line of Python code
  • offer more relevant suggestions on top of the six existing syntax checkers
    • i.e., upon typing for i in, the program should suggest a missing iterable, instead of a missing colon