Skip to content

Autocomplete openable classes #91

Open
@echebbi

Description

@echebbi

Current behavior

The Xtext editor's autocomplete does not suggest anything after typing open class.

Desired behavior

The editor autocompletes with the name of available EClass.

Example

Given (| represents the cursor):

open class |

Hitting CTRL+Space would show available EClass intances, and completes the code when the user selects one:

open class HelloWorld {

    |

}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions