expert-lsp/expert

Debounce project compilation

Open

#672 opened on May 8, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Elixir (1,986 stars) (103 forks)batch import
enhancementgood first issue

Description

Some users report that Expert recompiles and reindexes the project too often. In particular, it seems coding agents can launch an LSP(including expert), and when making tons of edits they save a lot of files in quick succession, apparently causing a lot of CPU load.

I think debouncing the project compilation + indexing every few seconds can help with that use case.

Contributor guide