Skip to content

Speedup of LSP Quickfix provider by caching and applying edits on-demand - #3757

Open
heinrichWeichert wants to merge 1 commit into
eclipse-xtext:mainfrom
heinrichWeichert:3665_hwe
Open

Speedup of LSP Quickfix provider by caching and applying edits on-demand#3757
heinrichWeichert wants to merge 1 commit into
eclipse-xtext:mainfrom
heinrichWeichert:3665_hwe

Conversation

@heinrichWeichert

@heinrichWeichert heinrichWeichert commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Fixes #3665

Rationale: Text edits for quickfixes shall be computed only when needed. This is achieved by first collecting and then later resolving the quickfixes. This avoids creating a lot of unneeded overhead.

codeLens and resolveCodeLens

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown

Test Results

  8 054 files  ±0    8 054 suites  ±0   3h 40m 13s ⏱️ + 3m 57s
 43 167 tests ±0   42 583 ✅ +6    584 💤 ±0  0 ❌  - 6 
212 378 runs  ±0  209 457 ✅ +6  2 921 💤 ±0  0 ❌  - 6 

Results for commit 30a0345. ± Comparison against base commit 7a2d3ca.

♻️ This comment has been updated with latest results.

Signed-off-by: Heinrich Weichert <heinrich.weichert@avl.com>
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.

[xtext-lsp] Quickfix slow for "larger" workspace

1 participant