-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels