0

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!

This are my current settings

enter image description here

Kalamarico
  • 5,466
  • 22
  • 53
  • 70
Implex1v
  • 13
  • 4

1 Answers1

0

You have to add your customized scopeproviders/ proposalproviders to have custom content assist in your dsl.

Xtext 2.9 scope provider

mike_t
  • 2,484
  • 2
  • 21
  • 39
  • In my opinion it has nothing to do with scopeproviders ... Somtimes I can't use CTRL+Space for inserting the >><< terminals in Xtend classes (I am not withina a >><<-block). – Implex1v Dec 05 '17 at 09:21