I am using Eclipse for DSL development but I have a problem with it. I am using Xtext and Xtend to develop my DSL. But everytime I generate the Xtext artifacts from my xtext file, code assist stops working for all xtend files.
So far I tried to change my Code Assist Java editor settings due to some google search. A workaround is to delete the .settings folder for the project and import the whole project again. But In my opinion this is not an acceptable workaround.
Thanks for your help!