-
Notifications
You must be signed in to change notification settings - Fork 13
Cross reference within my language only working on first initialized workspace? #13
Comments
xtext currently does not support => only the initial projects, but new files will be supported. (creating and using new files should work fine - at least on the xtext side of this) |
In your example everything is working. I am not changing the workspace location. theia shows this as a problem: In the eclispe IDE it is working. If i save the new file and reload (browser reload) the whole theia ide, the problems disappear and everything seems to be working fine. edit: i am using my own xtext dsl language |
then i wonder how you have implemented scoping and if the change to file a leads to file b beeing affected and recalculated e.g. arround
|
I do not override anything from the Indexer. You are right, there is a problem within the implementation of my custom ScopeProvider.
|
In eclipse my language is working how i expect it, also cross references between multiple source files.
But in theia the corss references only work if they already used in the "example-workspace" which is loaded on first opening.
Am i missing something? Or do i have to add anything to get this work?
The text was updated successfully, but these errors were encountered: