-
Notifications
You must be signed in to change notification settings - Fork 82
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 code completion on nested xml elements #66
Comments
@ehigiepaul I improved XML Schema in server but I don't know if vscode-xml use it. Please share your xml + schema in order I reproduce your problem. Thanks! |
Please find attached are the files i used |
Can you please share your file association settings? Also, give the latest vsix build a try. |
Here is the file association setting I used and I downloaded the latest build, still the same result
|
I got the same issue. I solved that by
with this
Just remove the namespace and targetNamespace attributes from the xsd file But i still get the swirling line on the Page tag, I get completion on the top element but still not on the nested. Here is the update zip file with the fixed xsd file |
Please create an issue at https://github.com/angelozerr/lsp4xml/issues I suspect the use of xs:extension causes the problem (perhaps which is not supported?), but I have not sure. |
Upstream issue: eclipse-lemminx/lemminx#177 |
Can I get the latest VSIX Build with the fix from Lsp4xml repo, so i can test it out |
Sorry, but our CI server is currently down and no longer builds the vsix files.
It'll generate a new visx file under vscode-xml. |
no problem thank, I just changed the org.eclipse.lsp4xml-all.jar file in the extension and it worked. |
Good day,
I will like to report an issue I noticed.
I created a custom xsd schema for a xml file. Am using Vscode with your vscode-xml extension.
The schema works for only the top elements giving me all its attributes from my xsd file but not on the nested elements in the xml file.
I used the same xsd schema file in Jetbrain Intellij and it worked fine.
Here is an example of my issue.
I will really appreciate it if you could solve this problem in vscode for me. Thanks
And nice work on this project.
The text was updated successfully, but these errors were encountered: