Community
Participate
Working Groups
Fresh Xtext projects should get an MWE file, which will generate only Xtend stubs to src (Java to src-gen).
We have to keep in mind that existing projects may not end up with duplicate stubs. Also I'm not sure that it's a good idea to use Xtend e.g. for the content assist implementation since that usually involves a lot of anonymous class specializations.
(In reply to comment #1) > We have to keep in mind that existing projects may not end up with duplicate > stubs. Of course. > Also I'm not sure that it's a good idea to use Xtend e.g. for the > content assist implementation since that usually involves a lot of anonymous > class specializations. We'll have to go through each API and decide how to handle them individually.
won't make it into 2.3
Made it into 2.4
Requested via bug 522520. -M.