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

Signed-off-by: Heinrich Weichert <heinrich.weichert@avl.com>
@github-actions

Copy link
Copy Markdown

Test Results

  8 054 files  +  4    8 054 suites  +4   3h 52m 22s ⏱️ + 4m 14s
 43 167 tests ±  0   42 583 ✅ +  7    584 💤 ±0  0 ❌  - 7 
212 558 runs   - 187  209 637 ✅  - 183  2 921 💤 +3  0 ❌  - 7 

Results for commit 91f6039. ± Comparison against base commit e8855b2.

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