Community
Participate
Working Groups
Given a grammar like this : Foo : 'foo' '{' ( as+=A | bs+=B )* '}'; A : 'a' name=ID 'a-end'; B : 'b' name=ID 'b-end'; And the following file : foo { a bla a-end <cursor> } There will be no proposals for keyword 'b'.
pushed to review https://git.eclipse.org/r/#/c/40243/