Skip to content

CodeEditor: Hinting and Completion #97

@darth-cheney

Description

@darth-cheney

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions