-
Notifications
You must be signed in to change notification settings - Fork 93
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
No completion nor validation when editing an xsd schema #178
Comments
same here too. |
@fbricon I think we should not mark this issue as bug, because it's a new feature. Indeed we need to implement a custom validation to validate XML Schema like WTP does https://github.com/eclipse/webtools.sourceediting/blob/master/xml/bundles/org.eclipse.wst.xsd.core/src-validation/org/eclipse/wst/xsd/core/internal/validation/XSDValidator.java For completion, I don't know how to implement that (it works with WTP but I don't find where it is implemented). |
I'm working on this issue. |
8967764 doesn't fix this issue for the moment |
@fbricon you must wait for around 1 minutes before having validation and completion (it's not usable) |
@angelozerr No, not for that specific use case, where no xsd url is defined, just the systemId. I got nothing after several minutes. |
Sorry @fbricon, I have not seen that you have not specify some namespace. I'm supporting this feature, a commit will come soon. |
cache XML Schema if no cache is set (see #178)
@fbricon please retry, it should work and if you disable cache, it should be fast too since XML Schema is deployed from classpath. |
Works nicely now, thanks! |
even when working offline without any cache. Closing. |
Thanks @fbricon for your feedback. |
The text was updated successfully, but these errors were encountered: