After open any Ceylon project the message appears in the Event Log:
"Ceylon model update failed
The Ceylon model update triggered an unexpected exception: ceylon.language.AssertionError "Assertion failed: The PSI element should still exist
violated exists el = psiPointer.element" that will be reported in the Event View.
To avoid performance issues the automatic update of the Ceylon model has been disabled.
You can reenable it by using the following menu entry: Tools -> Ceylon -> Enable automatic update of model."
After that doesn't work:
- completer tool
- navigation in code
- build doesn't take into account any changes: program still can be build and run but any new changes in code not visible.
The hint from message "You can reenable it by using the following menu entry: Tools -> Ceylon -> Enable automatic update of model." is not working.