Community
Participate
Working Groups
Steps to reproduce: 1. create new Xtext project. 2. trigger content assist in MyDsl.xtext at "grammar .... with |..." content assist shows: "MyDsl" "org.eclipse.xtext.common.Terminals" I'd expect "org.eclipse.xtext.xbase.Xbase" to be in this list, since the project has an optional dependency on Xbase and Xbase is installed in my host workbench. Furthermore, "MyDSL" doesn't need to be shown since languages can not extend themselves.
*** This bug has been marked as a duplicate of bug 361914 ***