How to write custom autocompletion in Xtext?
问题 I just can't find anything about this, only sources about writing a custom autocompletion proposal, which is not what I want (or is it)? Syntax We can use the example syntax for this: Model: greetings+=Greeting*; Greeting: 'Hello' name=ID '!'; Problem Now, when the user creates a new instance of the syntax, he has to Write "Hello" (and could complete it) Has to write a space Can now autocomplete the "Name=ID" But this is not what I want. What I want When the user completes "Hello", I want the