gemoc / ale-lang

Action Language for EMF
Eclipse Public License 1.0
8 stars 6 forks source link

Autocomplete empty statements #178

Open echebbi opened 4 years ago

echebbi commented 4 years ago

Motivation

No code completion is available with the following code (| is the cursor):

|

Proposed Solution

Proposals should include every variable in scope and relevant keywords (if, while, for).