-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xtext LSP vscode integration exception thrown on content assist #3274
Comments
hi, i propose you debug what is null. why is the method not found? |
Thanks Christian for quick response .. I dont have reproducer . However debugging found out that rule object id are different which is causing null
Object id are different as compared to the antlrNameToRule.inverse() however the rule names are present . Looks like the parse which we inject from IDE is different .. Correct me is this right understanding .Thanks |
yes but the question is why. |
We have custom We dont have multiple file extension |
and what did you customize? |
i really need a reproducer |
Thanks Christian .. Will try to create a reproducer and check if its reproducible with similar scenario and get back to you. May be you could close this issue as its more relevant for our use case. Thanks again |
Hello all,
I am trying to integrate a simple DSL based on xtext with vscode .. I followed the demo application .. While integrating into my sample everything works apart from content assist. We get below error . Any idea what needs to be fixed here
Using the latest lsp4j and language client as described in demo .
The text was updated successfully, but these errors were encountered: