Ace editor has a nice framework for making suggestions when we type. We need an API on the python side that could hook into that so that as we're typing the system can provide suggestions. Ideally we'd be able to specify callbacks to the constructor on the python side where it would call them with the current cursor position and current text buffer and get back a list of suggestions and send that up to the client side.
Ace editor has a nice framework for making suggestions when we type. We need an API on the python side that could hook into that so that as we're typing the system can provide suggestions. Ideally we'd be able to specify callbacks to the constructor on the python side where it would call them with the current cursor position and current text buffer and get back a list of suggestions and send that up to the client side.