Skip to content
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

Interaction with Eclipse WTP.XML #2

Closed
mickaelistria opened this issue Jun 25, 2018 · 2 comments
Closed

Interaction with Eclipse WTP.XML #2

mickaelistria opened this issue Jun 25, 2018 · 2 comments

Comments

@mickaelistria
Copy link
Contributor

I see as part of this project tries to implement it's own parser. I think it's a really hard task from short to long term!
Have you consider re-using Eclipse WTP parser or some other parser (like the one used by IntelliJ) to build the server upon?

@angelozerr
Copy link
Contributor

I see as part of this project tries to implement it's own parser. I think it's a really hard task from short to long term!

Indeed, it's the hard part of language server. But I'm confident because this parser is a port of HTML Language Service parser written in TypeScript by Microsoft.

Have you consider re-using Eclipse WTP parser or some other parser (like the one used by IntelliJ) to build the server upon?

I have tried but it's so very hard, because the parser is linked to SSE structure which requires several dependencies. I have not found a very good tolerant XML parser with location which is light and works good.

@angelozerr
Copy link
Contributor

angelozerr commented Aug 31, 2018

I close this issue because we have done a lot of work with @NikolasKomonen with the parser and it starts working well.

@fbricon fbricon modified the milestone: v0.0.1 Sep 26, 2018
thuva9872 pushed a commit to thuva9872/lsp4xml that referenced this issue Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants