Error: reference Scope (classifier) is out of search scope

Hello!

I was trying to override the ScopeProvider.getScope method. After adding jetbrains.mps.kernel to the dependencies of my language, everything compiles fine. However, the Scope classifier is marked as "out of scope" and the class SimpleRoleScope is unavailable, too:
Bildschirmfoto 2012-09-16 um 14.07.51.png

What am I missing?

Christian
0
1 comment
Turns out I needed to add jetbrains.mps.scope to the list of Imported Models to the Behavior model. Control-R would have done the trick. Seems I need to run through the tutorial again. :)
0

Please sign in to leave a comment.