vscode-xml
vscode-xml copied to clipboard
XML Linter
Hi,
I am currently working on an XML Autocomplete / XML Linter working with schemas. See this issue: https://github.com/Microsoft/vscode/issues/1440
As I would see it would contribute to what you are doing, I would like to ask, if we could move the language server over to your extension in the future? I also would be glad for having some help on that topic, as I am not an XML / XSD Expert at all. I am currently just testing it with some (more or less) complex xsd files. It is working for my cases, but I am pretty sure, that it is just the tip of the ice berg.
Here is my repo: https://github.com/apazureck/openui5vscodeTypescriptTools
Let me know if you are interested
@apazureck - I likely will not have the bandwidth for a project like this, but I'll backlog this in case someone from the community wants to tackle it down the road.
Hi @DotJoshJohnson,
That linter/autocomplete is not that great, though. I started a new XML language server project last summer using a very modular architecture to add rules step by step. But I did not have the time to get deeper into it until now. Maybe the next weeks. I'll keep you updated when it's in a usable shape. I could just sub-repo it here and pr it back and would not need any major changes to your extension except starting the language server.
For those interested in the project: https://github.com/apazureck/vscode-xmllanguagesupport
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.