Skip to content

Experimental incremental DOM parser - #1767

Closed
angelozerr wants to merge 2 commits into
eclipse-lemminx:mainfrom
angelozerr:incremental_parser
Closed

Experimental incremental DOM parser#1767
angelozerr wants to merge 2 commits into
eclipse-lemminx:mainfrom
angelozerr:incremental_parser

Conversation

@angelozerr

@angelozerr angelozerr commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

Experimental incremental DOM parser

To test this PR, you need to add in your settings.json

"xml.incrementalParser.enabled": true

When you change this settings you will need to close the xml file.

You can generate tests when you are typing in the xml editor:

"xml.incrementalParser.generateTestWhen": "error",

  • always : generate test every time
  • error : generate a test when DOM incremental != DOM full parsed

Those tests are generated in the src/test/java/org/eclipse/lemminx/dom/generated folder of the project opened by vscode

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr
angelozerr force-pushed the incremental_parser branch 3 times, most recently from 861a518 to 402d24a Compare February 4, 2026 22:34
@angelozerr
angelozerr force-pushed the incremental_parser branch 18 times, most recently from 0f3cc68 to 64dc900 Compare February 19, 2026 12:34
Signed-off-by: azerr <azerr@redhat.com>
@angelozerr

Copy link
Copy Markdown
Contributor Author

Replaced with #1801

@angelozerr angelozerr closed this Sep 8, 2026
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

Successfully merging this pull request may close these issues.

1 participant