-
|
My language has an import mechanism based on URIs represented as strings (e.g. I know how to resolve this for my specific case, e.g. including quotes in the scope candidates and then using a custom linking service that does not remove the quotes before doing the scope lookup. However, to me this solution does not seem like an implementation of the specifics of my language and rather a fix/workaround for the default behavior. My question is what is the intended way in Xtext to handle this situation? Include quotes in the scope candidates or not? And depending on the answer to that, how to make either the linking or the completion work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
You could customize the code completion to add the " |
Beta Was this translation helpful? Give feedback.
Oh, I missed that. I managed to get it to work using a custom
IdeCrossrefProposalProvider: